Skip to content

Commit

Permalink
type correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry1 committed Aug 5, 2024
1 parent 594bb70 commit 482a04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/joblib/externals/loky/reusable_executor.pyi
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from .process_executor import ProcessPoolExecutor
import threading

__all__ = ["get_reusable_executor"]
_executor_lock = threading.RLock()
from typing import Any, Callable, Dict, Tuple

def get_reusable_executor(
max_workers: int = None,
max_workers: int | None = None,
context=Any,
timeout: int = 10,
kill_workers: bool = False,
Expand Down

0 comments on commit 482a04a

Please sign in to comment.