Fixed E226 flake8 errors

missing whitespace around arithmetic operator
This commit is contained in:
Andras Tim
2017-07-17 01:25:08 +02:00
parent 2e8caefcab
commit 4b22f270a3
19 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ class TestGeneralUsage(object):
if path.basename.startswith("conftest"):
return MyCollector(path, parent)
""")
result = testdir.runpytest(c.basename+"::"+"xyz")
result = testdir.runpytest(c.basename + "::" + "xyz")
assert result.ret == 0
result.stdout.fnmatch_lines([
"*1 pass*",