Fixed E251 flake8 errors

unexpected spaces around keyword / parameter equals
This commit is contained in:
Andras Tim
2017-07-17 01:25:08 +02:00
parent 4c24947785
commit b226454582
10 changed files with 13 additions and 15 deletions

View File

@@ -198,8 +198,7 @@ class Source(object):
# public API shortcut functions
#
def compile_(source, filename=None, mode='exec', flags=
generators.compiler_flag, dont_inherit=0):
def compile_(source, filename=None, mode='exec', flags=generators.compiler_flag, dont_inherit=0):
""" compile the given source to a raw code object,
and maintain an internal cache which allows later
retrieval of the source code for the code object