mirror of
https://github.com/simonw/datasette.git
synced 2026-06-14 21:16:56 +02:00
Remove fail_if_plugins_in_metadata, part of #2248
This commit is contained in:
parent
4da581d09b
commit
d4bc2b2dfc
4 changed files with 3 additions and 31 deletions
|
|
@ -33,7 +33,6 @@ from .utils import (
|
|||
initial_path_for_datasette,
|
||||
pairs_to_nested_config,
|
||||
temporary_docker_directory,
|
||||
fail_if_plugins_in_metadata,
|
||||
value_as_boolean,
|
||||
SpatialiteNotFound,
|
||||
StaticMount,
|
||||
|
|
@ -543,7 +542,7 @@ def serve(
|
|||
|
||||
metadata_data = None
|
||||
if metadata:
|
||||
metadata_data = fail_if_plugins_in_metadata(parse_metadata(metadata.read()))
|
||||
metadata_data = parse_metadata(metadata.read())
|
||||
|
||||
config_data = None
|
||||
if config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue