Fixed E121 flake8 errors
continuation line under-indented for hanging indent
This commit is contained in:
@@ -200,5 +200,5 @@ class WarningsChecker(WarningsRecorder):
|
||||
from _pytest.runner import fail
|
||||
fail("DID NOT WARN. No warnings of type {0} was emitted. "
|
||||
"The list of emitted warnings is: {1}.".format(
|
||||
self.expected_warning,
|
||||
self.expected_warning,
|
||||
[each.message for each in self]))
|
||||
|
||||
Reference in New Issue
Block a user