Fixed E122 flake8 errors

continuation line missing indentation or outdented
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 0be97624b7
commit 425665cf25
6 changed files with 10 additions and 10 deletions

View File

@@ -2243,7 +2243,7 @@ class TestFixtureMarker(object):
'fin:mod1', 'create:mod2', 'test2', 'create:1', 'test3',
'fin:1', 'create:2', 'test3', 'fin:2', 'create:1',
'test4', 'fin:1', 'create:2', 'test4', 'fin:2',
'fin:mod2']
'fin:mod2']
import pprint
pprint.pprint(list(zip(l, expected)))
assert l == expected