diff --git a/ckanext/example_idatasetform/plugin.py b/ckanext/example_idatasetform/plugin.py index f97d436f007..961ea8e8dff 100644 --- a/ckanext/example_idatasetform/plugin.py +++ b/ckanext/example_idatasetform/plugin.py @@ -67,9 +67,6 @@ def package_types(self): # registers itself as the default (above). return [] - def db_to_form_schema_options(self, options): - return self.db_to_form_schema() - def form_to_db_schema(self): schema = logic.schema.form_to_db_package_schema()