Skip to content

Commit

Permalink
flake8: fix unused imported modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andbag committed Apr 12, 2019
1 parent 13765b4 commit ba4199e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Products/PluginIndexes/DateIndex/DateIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
from BTrees.Length import Length
from DateTime.DateTime import DateTime
from OFS.PropertyManager import PropertyManager
from ZODB.POSException import ConflictError
from zope.interface import implementer

from Products.PluginIndexes.interfaces import IDateIndex
from Products.PluginIndexes.unindex import UnIndex
from Products.PluginIndexes.util import safe_callable

LOG = getLogger('DateIndex')
_marker = []
Expand Down

0 comments on commit ba4199e

Please sign in to comment.