Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jul 18, 2024
1 parent d3e9c77 commit 3a71cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iosanita/contenttypes/interfaces/servizio.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
from collective.volto.blocksfield.field import BlocksField
from iosanita.contenttypes import _
from iosanita.contenttypes.interfaces import IIosanitaContenttypes
from plone.app.dexterity import textindexer
from plone.app.z3cform.widget import RelatedItemsFieldWidget
from plone.autoform import directives as form
from plone.supermodel import model
from z3c.relationfield.schema import RelationChoice
from z3c.relationfield.schema import RelationList
from zope import schema
from plone.app.dexterity import textindexer


class IServizio(model.Schema, IIosanitaContenttypes):
Expand Down

0 comments on commit 3a71cf8

Please sign in to comment.