Fixed E123 flake8 errors

closing bracket does not match indentation of opening bracket’s line
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 425665cf25
commit 4b20b9d8d9
4 changed files with 12 additions and 12 deletions

View File

@@ -655,7 +655,7 @@ class TestRequestBasic(object):
result = testdir.runpytest(p)
result.stdout.fnmatch_lines([
"*1 error*" # XXX the whole module collection fails
])
])
def test_request_subrequest_addfinalizer_exceptions(self, testdir):
"""