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
+1 -1
View File
@@ -99,7 +99,7 @@ class TestConfigCmdlineParsing(object):
[pytest]
custom = 0
""")
testdir.makefile(".cfg", custom = """
testdir.makefile(".cfg", custom="""
[pytest]
custom = 1
""")