Fix bug introduced by refactor in c35b84a2aa

pull/1589/head
Simon Willison 2021-12-17 18:19:09 -08:00
rodzic 359140ceda
commit 3a0cae4d7f
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

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