Skip to content

Commit

Permalink
retry to make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
d-maurer committed Mar 18, 2020
1 parent 64eacca commit 283b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/PageTemplates/engine.py
Expand Up @@ -32,7 +32,7 @@
# by untrusted code
RepeatDict.security = ClassSecurityInfo()
RepeatDict.security.declareObjectPublic()
RepeatDict.security.declarePrivate(
RepeatDict.security.declarePrivate( # NOQA: D001
*(set(dir(RepeatDict)) - set(dir(MultiMapping)))) # NOQA: D001
RepeatDict.__allow_access_to_unprotected_subobjects__ = True
InitializeClass(RepeatDict)
Expand Down

0 comments on commit 283b57e

Please sign in to comment.