From 7759fb24b70aaddc5ec272cc3cb0c5ad4e36e2f6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:07:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- executorlib/interactive/shared.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/executorlib/interactive/shared.py b/executorlib/interactive/shared.py index 306f7b45..8bc9b28f 100644 --- a/executorlib/interactive/shared.py +++ b/executorlib/interactive/shared.py @@ -135,7 +135,9 @@ def __init__( super().__init__(max_cores=executor_kwargs.get("max_cores", None)) executor_kwargs["future_queue"] = self._future_queue executor_kwargs["spawner"] = spawner - executor_kwargs["queue_join_on_shutdown"] = False # The same queue is shared over multiple threads + executor_kwargs["queue_join_on_shutdown"] = ( + False # The same queue is shared over multiple threads + ) self._set_process( process=[ RaisingThread(