Skip to content

Commit d35dd4c

Browse files
committed
fix isort errors
1 parent 7e26674 commit d35dd4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/src/tagung/plone/de/content/sponsor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
from plone.dexterity.content import Container
44
from plone.namedfile import field as namedfile
55
from plone.supermodel import model
6-
from tagung.plone.de import _
76

87
# from plone.supermodel.directives import fieldset
98
# from z3c.form.browser.radio import RadioFieldWidget
109
from zope import schema
1110
from zope.interface import implementer
1211

12+
from tagung.plone.de import _
13+
1314

1415
class ISponsor(model.Schema):
1516
"""Marker interface and Dexterity Python Schema for Sponsor"""

backend/src/tagung/plone/de/tests/test_upgrade_step_1006.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from plone.app.testing import setRoles
2-
from plone.app.testing import TEST_USER_ID
1+
import unittest
2+
3+
from plone.app.testing import TEST_USER_ID, setRoles
34

45
# from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
56
from tagung.plone.de.testing import TAGUNG_PLONE_DE_INTEGRATION_TESTING
67

7-
import unittest
8-
98

109
class UpgradeStepIntegrationTest(unittest.TestCase):
1110
layer = TAGUNG_PLONE_DE_INTEGRATION_TESTING

0 commit comments

Comments
 (0)