Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update task_runners.py
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Apr 26, 2024
1 parent 967df27 commit c1c5ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_dask/task_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def count_to(highest_number):
import distributed
from prefect.context import FlowRunContext
from prefect.futures import PrefectFuture
from prefect.server.schemas.states import State
from prefect.client.schemas.states import State
from prefect.states import exception_to_crashed_state
from prefect.task_runners import BaseTaskRunner, R, TaskConcurrencyType
from prefect.utilities.collections import visit_collection
Expand Down

0 comments on commit c1c5ee4

Please sign in to comment.