mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix bug introduced by refactor in c35b84a2aa
This commit is contained in:
parent
359140ceda
commit
3a0cae4d7f
1 changed files with 7 additions and 0 deletions
|
|
@ -83,6 +83,13 @@ EXPECTED_PLUGINS = [
|
|||
"version": None,
|
||||
"hooks": ["register_output_renderer"],
|
||||
},
|
||||
{
|
||||
"name": "sleep_sql_function.py",
|
||||
"static": False,
|
||||
"templates": False,
|
||||
"version": None,
|
||||
"hooks": ["prepare_connection"],
|
||||
},
|
||||
{
|
||||
"name": "view_name.py",
|
||||
"static": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue