summaryrefslogtreecommitdiff
path: root/src/zope/security/decorator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/security/decorator.py')
-rw-r--r--src/zope/security/decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/security/decorator.py b/src/zope/security/decorator.py
index dfd6fc7..0f9f2f4 100644
--- a/src/zope/security/decorator.py
+++ b/src/zope/security/decorator.py
@@ -74,6 +74,6 @@ class DecoratorBase(SpecificationDecoratorBase, SecurityCheckerDecoratorBase):
# location proxy from here.
# This is the only sane place we found for doing it: it kicks in as soon
# as someone starts using security proxies.
-import zope.location.location
+import zope.location.location # noqa: E402 module level import not at top
zope.location.location.LocationProxy.__Security_checker__ = (
DecoratedSecurityCheckerDescriptor())