Skip to content

Commit c8528dc

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytask_parallel/execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
from pytask_parallel.utils import create_kwargs_for_task
3333
from pytask_parallel.utils import get_module
3434
from pytask_parallel.utils import parse_future_result
35-
from pytask_parallel.utils import strip_annotation_locals
3635
from pytask_parallel.utils import should_pickle_module_by_value
36+
from pytask_parallel.utils import strip_annotation_locals
3737

3838
if TYPE_CHECKING:
3939
from concurrent.futures import Future

src/pytask_parallel/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class CoiledFunction: ...
4040
"create_kwargs_for_task",
4141
"get_module",
4242
"parse_future_result",
43-
"strip_annotation_locals",
4443
"should_pickle_module_by_value",
44+
"strip_annotation_locals",
4545
]
4646

4747

0 commit comments

Comments
 (0)