mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed accidental extra default plugins module
This commit is contained in:
parent
d1075b8259
commit
d4bfb8461c
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ from . import hookspecs
|
||||||
DEFAULT_PLUGINS = (
|
DEFAULT_PLUGINS = (
|
||||||
"datasette.publish.heroku",
|
"datasette.publish.heroku",
|
||||||
"datasette.publish.now",
|
"datasette.publish.now",
|
||||||
"datasette.facets",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
pm = pluggy.PluginManager("datasette")
|
pm = pluggy.PluginManager("datasette")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue