Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Dec 5, 2024
1 parent ada901f commit 96ab8fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/redturtle/volto/patches.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# These are patches not managed by collective.monkeypatcher
from Products.CMFPlone.controlpanel.browser import redirects
from experimental.noacquisition import config
from plone.app.content.browser.vocabulary import PERMISSIONS
from plone.app.redirector.interfaces import IRedirectionStorage
from plone.folder.nogopip import GopipIndex
from Products.CMFCore.utils import getToolByName
from Products.CMFPlone.controlpanel.browser import redirects
from Products.ZCatalog.Catalog import Catalog
from redturtle.volto.catalogplan import Catalog_sorted_search_indexes
from urllib.parse import urlparse
from zope.component import getUtility
from zope.component.hooks import getSite
from zope.i18nmessageid import MessageFactory
from plone.app.content.browser.vocabulary import PERMISSIONS
from plone.folder.nogopip import GopipIndex
from Products.ZCatalog.Catalog import Catalog
from redturtle.volto.catalogplan import Catalog_sorted_search_indexes
from ZTUtils.Lazy import LazyCat
from ZTUtils.Lazy import LazyMap
from experimental.noacquisition import config


import logging


logger = logging.getLogger(__name__)

_ = MessageFactory("plone")
Expand Down
2 changes: 1 addition & 1 deletion src/redturtle/volto/restapi/services/search/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from redturtle.volto.interfaces import IRedTurtleVoltoSettings
from zope.component import getMultiAdapter


import logging


logger = logging.getLogger(__name__)

# search for 'ranking' in 'SearchableText' and rank very high
Expand Down

0 comments on commit 96ab8fe

Please sign in to comment.