Skip to content

Commit

Permalink
Removed unused imports.
Browse files Browse the repository at this point in the history
'make lint' now finishes without error.
  • Loading branch information
mauritsvanrees committed Jul 1, 2022
1 parent ca4a8df commit 67c95d9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion plone/dexterity/browser/edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from plone.dexterity.interfaces import IDexterityFTI
from plone.registry.interfaces import IRegistry
from plone.z3cform import layout
from Products.CMFCore.utils import getToolByName
from Products.statusmessages.interfaces import IStatusMessage
from z3c.form import button
from z3c.form import form
Expand Down
1 change: 0 additions & 1 deletion plone/dexterity/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from zope.component import getAllUtilitiesRegisteredFor
from zope.component import getUtility
from zope.component import queryUtility
from zope.component.hooks import getSite
from zope.dottedname.resolve import resolve
from zope.globalrequest import getRequest
from zope.interface import alsoProvides
Expand Down
2 changes: 0 additions & 2 deletions plone/dexterity/tests/case.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from plone.dexterity.bbb import HAS_WEBDAV

import gc
import six
import unittest
Expand Down
2 changes: 1 addition & 1 deletion plone/dexterity/tests/test_webdav.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .case import HAS_WEBDAV
from plone.dexterity.bbb import HAS_WEBDAV
from .case import MockTestCase


Expand Down

0 comments on commit 67c95d9

Please sign in to comment.