summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-11-08 11:02:26 -0600
committerJason Madden <jamadden@gmail.com>2017-11-08 11:02:26 -0600
commitcfbdfe6fecbaa6582abfb37db2f2e88bedcf05e6 (patch)
treecccbedd6e10b1bf20700e97ace728cdd4cad82bd /src
parent741972ee209a9a6dad7696a1ac8e02c0d2e7bcdc (diff)
downloadzope-component-cfbdfe6fecbaa6582abfb37db2f2e88bedcf05e6.tar.gz
Tweak import groups in _api.py
Diffstat (limited to 'src')
-rw-r--r--src/zope/component/_api.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/zope/component/_api.py b/src/zope/component/_api.py
index 65a1eb4..a7d423a 100644
--- a/src/zope/component/_api.py
+++ b/src/zope/component/_api.py
@@ -17,12 +17,10 @@ import sys
from zope.hookable import hookable
from zope.interface import Interface
-
-from zope.component.interfaces import IFactory
from zope.interface.interfaces import ComponentLookupError
from zope.interface.interfaces import IComponentLookup
-
+from zope.component.interfaces import IFactory
# getSiteManager() returns a component registry. Although the term
# "site manager" is deprecated in favor of "component registry",