Skip to content

Commit

Permalink
[VNG-Realisatie#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 20, 2022
1 parent e199a8d commit 958092b
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 958092b

Please sign in to comment.