Skip to content

Commit d78d00b

Browse files
committed
fix isort errors profile plone
1 parent d35dd4c commit d78d00b

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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
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 _
67

78
# from plone.supermodel.directives import fieldset
89
# from z3c.form.browser.radio import RadioFieldWidget
910
from zope import schema
1011
from zope.interface import implementer
1112

12-
from tagung.plone.de import _
13-
1413

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

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

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

54
# from tagung.plone.de.testing import TAGUNG_PLONE_DE_FUNCTIONAL_TESTING
65
from tagung.plone.de.testing import TAGUNG_PLONE_DE_INTEGRATION_TESTING
76

7+
import unittest
8+
89

910
class UpgradeStepIntegrationTest(unittest.TestCase):
1011
layer = TAGUNG_PLONE_DE_INTEGRATION_TESTING

0 commit comments

Comments
 (0)