Skip to content

Commit a502556

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytask_parallel/execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def pytask_execute_task(session: Session, task: PTask) -> Future[WrapperResult]:
195195

196196
if is_coiled_function(task):
197197
# Prevent circular import for coiled backend.
198-
from pytask_parallel.wrappers import rewrap_task_with_coiled_function # noqa: PLC0415
198+
from pytask_parallel.wrappers import rewrap_task_with_coiled_function
199199

200200
wrapper_func = rewrap_task_with_coiled_function(task)
201201

0 commit comments

Comments
 (0)