Remove load_plugin hook - closes #1073

Refs #1042

This reverts commit 81dea4b07a.
This commit is contained in:
Simon Willison 2020-10-31 09:21:22 -07:00
commit f0a740ac21
8 changed files with 11 additions and 73 deletions

View file

@ -49,11 +49,6 @@ def extra_template_vars(
"Extra template variables to be made available to the template - can return dict or callable or awaitable"
@hookspec(firstresult=True)
def load_template(template, request, datasette):
"Load the specified template, returning the template code as a string"
@hookspec
def publish_subcommand(publish):
"Subcommands for 'datasette publish'"