Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Sep 17, 2024
1 parent bcf9dd1 commit dc12bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iosanita/contenttypes/restapi/services/types/get.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
from iosanita.contenttypes.interfaces import IoSanitaMigrationMarker
from plone.restapi.services.types.get import TypesGet as BaseGet
from zope.interface import implementer
from zope.publisher.interfaces import IPublishTraverse
from iosanita.contenttypes.interfaces import IoSanitaMigrationMarker


class FieldsetsMismatchError(Exception):
Expand Down

0 comments on commit dc12bd6

Please sign in to comment.