Skip to content

Commit 56ae21c

Browse files
committed
use parens, not continuation
1 parent 100d274 commit 56ae21c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/io/test_libevreactor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def test_watchers_are_finished(self):
7171
7272
@test_category connection
7373
"""
74-
with patch.object(LibevConnection._libevloop, "_thread"), \
75-
patch.object(LibevConnection._libevloop, "notify"):
74+
with (patch.object(LibevConnection._libevloop, "_thread"),
75+
patch.object(LibevConnection._libevloop, "notify")):
7676

7777
self.make_connection()
7878

0 commit comments

Comments
 (0)