Fixed E124 flake8 errors

closing bracket does not match visual indentation
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 4b20b9d8d9
commit 051d76a63f
8 changed files with 13 additions and 13 deletions

View File

@@ -410,7 +410,7 @@ class TestGeneralUsage(object):
def test_stuff(r):
pass
"""
)
)
res = testdir.runpytest(p)
res.stdout.fnmatch_lines([
'*1 passed*'