Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Aug 12, 2024
1 parent 028bc85 commit 1abc07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design/plone/ioprenoto/testing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import collective.contentrules.mailfromfield
import collective.volto.otp
import redturtle.prenotazioni
from design.plone.policy.testing import (
DesignPlonePolicyLayer,
Expand All @@ -20,7 +21,6 @@

class DesignPloneIoprenotoLayer(DesignPlonePolicyLayer):
def setUpZope(self, app, configurationContext):
import collective.volto.otp

super().setUpZope(app, configurationContext)

Expand Down

0 comments on commit 1abc07d

Please sign in to comment.