Skip to content

Commit 0653ae9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_remote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_func4(): pass
267267

268268
worker.sendcommand("steal", indices=[1, 2])
269269
ev = worker.popevent("unscheduled")
270-
# Cannot steal index 1 because it is completed already, so do not steal any.
270+
# Cannot steal index 1 because it is completed already, so do not steal any.
271271
assert ev.kwargs["indices"] == []
272272

273273
# Index 2 can be stolen, as it is still pending.

0 commit comments

Comments
 (0)