Skip to content

Commit 8620edb

Browse files
committed
Fix style warning
1 parent 6da2f6f commit 8620edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haas/tests/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test(result):
8383
simplefilter.assert_called_once_with('always')
8484
filterwarnings.assert_called_once_with(
8585
'module', category=DeprecationWarning,
86-
message='Please use assert\w+ instead.')
86+
message=r'Please use assert\w+ instead.')
8787

8888
def test_init_from_args(self):
8989
# Given

0 commit comments

Comments
 (0)