diff options
Diffstat (limited to 'tests/test_config/__init__.py')
| -rw-r--r-- | tests/test_config/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_config/__init__.py b/tests/test_config/__init__.py index ac1f19667..99677ebc5 100644 --- a/tests/test_config/__init__.py +++ b/tests/test_config/__init__.py @@ -1,7 +1,6 @@ # package from functools import partial -from zope.interface import implementer -from zope.interface import Interface +from zope.interface import Interface, implementer class IFactory(Interface): |
