Skip to content

Commit 9543a59

Browse files
committed
fix linting
1 parent df36cf0 commit 9543a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_asyncio/test_pubsub.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,8 @@ def callback(message):
681681
except asyncio.TimeoutError:
682682
pass
683683
task.cancel()
684-
# we expect a cancelled error, not the Runtime error ("did you forget to call subscribe()"")
684+
# we expect a cancelled error, not the Runtime error
685+
# ("did you forget to call subscribe()"")
685686
with pytest.raises(asyncio.CancelledError):
686687
await task
687688
assert message == {

0 commit comments

Comments
 (0)