Fix bug introduced by refactor in c35b84a2aa

This commit is contained in:
Simon Willison 2021-12-17 18:19:09 -08:00
commit 3a0cae4d7f

View file

@ -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,