Fixed flake8 warnings

W191 indentation contains tabs
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
This commit is contained in:
Andras Tim
2017-07-17 01:25:06 +02:00
parent 796ffa5123
commit 6af2abdb53
17 changed files with 9 additions and 23 deletions

View File

@@ -309,4 +309,3 @@ class TestApprox(object):
'*At index 0 diff: 3 != 4 * {0}'.format(expected),
'=* 1 failed in *=',
])

View File

@@ -3026,6 +3026,3 @@ class TestParameterizedSubRequest(object):
E*{1}:5
*1 failed*
""".format(fixfile.strpath, testfile.basename))