Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jul 8, 2024
1 parent 184dbea commit e1115c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/redturtle/volto/interfaces.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# -*- coding: utf-8 -*-
# from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from plone.app.contenttypes.interfaces import (
IPloneAppContenttypesLayer as IDefaultBrowserLayer,
)
from plone.restapi.controlpanels.interfaces import IControlpanel
from redturtle.volto import _
from zope.interface import Interface
# from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from plone.app.contenttypes.interfaces import IPloneAppContenttypesLayer as IDefaultBrowserLayer
from zope.schema import Bool


Expand Down

0 comments on commit e1115c2

Please sign in to comment.