We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba097a commit c8528dcCopy full SHA for c8528dc
src/pytask_parallel/execute.py
@@ -32,8 +32,8 @@
32
from pytask_parallel.utils import create_kwargs_for_task
33
from pytask_parallel.utils import get_module
34
from pytask_parallel.utils import parse_future_result
35
-from pytask_parallel.utils import strip_annotation_locals
36
from pytask_parallel.utils import should_pickle_module_by_value
+from pytask_parallel.utils import strip_annotation_locals
37
38
if TYPE_CHECKING:
39
from concurrent.futures import Future
src/pytask_parallel/utils.py
@@ -40,8 +40,8 @@ class CoiledFunction: ...
40
"create_kwargs_for_task",
41
"get_module",
42
"parse_future_result",
43
- "strip_annotation_locals",
44
"should_pickle_module_by_value",
+ "strip_annotation_locals",
45
]
46
47
0 commit comments