Fixed E131 flake8 errors

continuation line unaligned for hanging indent
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 1c935db571
commit df54bf0db5
10 changed files with 65 additions and 65 deletions

View File

@@ -201,4 +201,4 @@ class WarningsChecker(WarningsRecorder):
fail("DID NOT WARN. No warnings of type {0} was emitted. "
"The list of emitted warnings is: {1}.".format(
self.expected_warning,
[each.message for each in self]))
[each.message for each in self]))