Skip to content

Commit

Permalink
[#210] remove extensions from __init__.py
Browse files Browse the repository at this point in the history
These should be imported wherever necessary in the API's themselfs
  • Loading branch information
Sonny Bakker committed Sep 29, 2022
1 parent bfe88c0 commit 7f3dd11
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions vng_api_common/inspectors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
from .fields import (
GegevensGroepExtension,
HyperlinkedIdentityFieldExtension,
HyperlinkedRelatedFieldExtension,
ReadOnlyFieldExtension,
)
from .files import FileFieldExtension
from .geojson import GeometryFieldExtension
from .polymorphic import PolymorphicSerializerExtension
from .query import FilterExtension

0 comments on commit 7f3dd11

Please sign in to comment.