Skip to content

Commit ae4a5be

Browse files
committed
Newline for flake8
1 parent fa418c9 commit ae4a5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_recwarn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def test_record_by_subclass(self):
248248
assert str(record[1].message) == "runtime"
249249

250250
class MyUserWarning(UserWarning): pass
251+
251252
class MyRuntimeWarning(RuntimeWarning): pass
252253

253254
with pytest.warns((UserWarning, RuntimeWarning)) as record:

0 commit comments

Comments
 (0)