Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Jul 15, 2022
1 parent 7fcc06f commit f069d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/imio/helpers/content.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

from imio.helpers.interfaces import IContainerOfUnindexedElementsMarker
from imio.helpers.workflow import do_transitions as transitions # noqa backward import compatibility
from imio.helpers.workflow import get_state_infos # noqa backward import compatibility
from imio.helpers.workflow import get_transitions # noqa backward import compatibility
from imio.helpers.workflow import do_transitions as transitions # noqa backward import compatibility
from persistent.list import PersistentList
from plone import api
from plone.api.content import _parse_object_provides_query
Expand Down
2 changes: 1 addition & 1 deletion src/imio/helpers/tests/test_setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from imio.helpers.testing import IntegrationTestCase
from imio.helpers.setup import load_type_from_package
from imio.helpers.setup import load_workflow_from_package
from imio.helpers.testing import IntegrationTestCase
from plone import api


Expand Down

0 comments on commit f069d58

Please sign in to comment.