Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-andreotti committed Sep 24, 2024
1 parent e8b0148 commit 508c5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/iosanita/contenttypes/restapi/controlpanel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from iosanita.contenttypes.interfaces import IIosanitaContenttypesLayer
from iosanita.contenttypes.interfaces.settings import IIoSanitaContenttypesSettings
from iosanita.contenttypes.interfaces.settings import IIoSanitaContenttypesSettingsControlpanel
from iosanita.contenttypes.interfaces.settings import (
IIoSanitaContenttypesSettingsControlpanel,
)
from plone.restapi.controlpanels import RegistryConfigletPanel
from zope.component import adapter
from zope.interface import implementer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from iosanita.contenttypes.interfaces import IIosanitaContenttypesLayer
from plone.dexterity.interfaces import IDexterityContent
from plone.restapi.interfaces import IFieldSerializer
from plone.restapi.serializer.relationfield import RelationListFieldSerializer as BaseSerializer
from plone.restapi.serializer.relationfield import (
RelationListFieldSerializer as BaseSerializer,
)
from z3c.relationfield.interfaces import IRelationList
from zope.component import adapter
from zope.interface import implementer
Expand Down

0 comments on commit 508c5c5

Please sign in to comment.