Skip to content

Commit

Permalink
PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 3, 2017
1 parent 4bc636c commit d9b0f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RestrictedPython/compile.py
Expand Up @@ -27,8 +27,8 @@ def _compile_restricted_mode(
dont_inherit=dont_inherit)
# TODO: Should be an elif check if policy is subclass of
# RestrictionNodeTransformer any other object passed in as policy might
# throw an error or is a NodeVisitor subclass that could be initialized with
# three params.
# throw an error or is a NodeVisitor subclass that could be initialized
# with three parameters.
# elif issubclass(policy, RestrictingNodeTransformer):
else:
c_ast = None
Expand Down

0 comments on commit d9b0f29

Please sign in to comment.