Skip to content

Commit

Permalink
Isort more imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 1, 2022
1 parent 6044d34 commit d0a1ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
import zope.index.interfaces
from zope.annotation.interfaces import IAttributeAnnotatable
from zope.container.btree import BTreeContainer
from zope.lifecycleevent.interfaces import IObjectAddedEvent
from zope.interface import implementer
from zope.intid.interfaces import IIntIdAddedEvent
from zope.intid.interfaces import IIntIdRemovedEvent
from zope.intid.interfaces import IIntIds
from zope.lifecycleevent import IObjectModifiedEvent
from zope.lifecycleevent.interfaces import IObjectAddedEvent
from zope.location import location
from zope.location.interfaces import ILocationInfo

Expand Down

0 comments on commit d0a1ff6

Please sign in to comment.