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 9b48399 commit fc8bd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_ray/task_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def count_to(highest_number):
import anyio
import ray
from prefect.futures import PrefectFuture
from prefect.server.schemas.states import State
from prefect.client.schemas.objects import State
from prefect.states import exception_to_crashed_state
from prefect.task_runners import BaseTaskRunner, R, TaskConcurrencyType
from prefect.utilities.asyncutils import sync_compatible
Expand Down

0 comments on commit fc8bd37

Please sign in to comment.