Skip to content

Commit

Permalink
more convenient import
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Feb 5, 2025
1 parent cd2e4d3 commit d74512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flows/update_flow_run_state_via_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from uuid import UUID

from prefect import flow, get_client
from prefect.client.schemas import State, StateType
from prefect.states import State, StateType


def fail_anyway(flow_run_id: UUID):
Expand Down

0 comments on commit d74512d

Please sign in to comment.