Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Sep 30, 2024
1 parent addf671 commit da9a38a
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import unittest
from plone.app.multilingual.interfaces import (
IExternalTranslationService,
IPloneAppMultilingualInstalled,
ITranslationManager,
)

from zope.component import provideAdapter, adapter
from zope.interface import implementer, Interface, alsoProvides
from plone.app.multilingual.interfaces import IExternalTranslationService
from plone.app.multilingual.interfaces import IPloneAppMultilingualInstalled
from plone.app.multilingual.interfaces import ITranslationManager
from plone.app.multilingual.testing import PAM_FUNCTIONAL_TESTING
from plone.testing._z2_testbrowser import Browser
from plone.dexterity.utils import createContentInContainer
from plone.app.testing import SITE_OWNER_NAME
from plone.app.testing import SITE_OWNER_PASSWORD
from plone.dexterity.utils import createContentInContainer
from plone.testing._z2_testbrowser import Browser
from zope.component import adapter
from zope.component import provideAdapter
from zope.interface import alsoProvides
from zope.interface import implementer
from zope.interface import Interface

import json
import transaction
import unittest


@implementer(IExternalTranslationService)
Expand Down

0 comments on commit da9a38a

Please sign in to comment.