Skip to content

Commit cf5b211

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/standalone/cache/spawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def terminate_subprocess(task):
3636
"""
3737
task.terminate()
3838
while task.poll() is None:
39-
time.sleep(0.1)
39+
time.sleep(0.1)

0 commit comments

Comments
 (0)