Skip to content

Commit 3a81038

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executorlib/task_scheduler/file/queue_spawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ def get_terminate_function(terminate_tasks_on_shutdown: bool) -> Optional[callab
151151
Optional[callable]: The terminate function to use, or None if no termination is needed.
152152
"""
153153
if terminate_tasks_on_shutdown:
154-
return terminate_with_pysqa
154+
return terminate_with_pysqa

0 commit comments

Comments
 (0)