Skip to content

Commit a606f6a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8f32a38 commit a606f6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_subshells.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ def test_run_concurrently_sequence(are_subshells, overlap, request):
127127

128128
# Import time module before running time-sensitive subshell code
129129
# and use threading.Barrier to synchronise start of subshell code.
130-
msg = execute_request(
131-
kc, "import threading as t, time; b=t.Barrier(2); print('ok')", None
132-
)
130+
msg = execute_request(kc, "import threading as t, time; b=t.Barrier(2); print('ok')", None)
133131
get_reply(kc, msg["msg_id"])
134132

135133
sleep = 0.5

0 commit comments

Comments
 (0)