Skip to content

Commit

Permalink
quote type checked value (#15362)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Sep 12, 2024
1 parent 7b68d48 commit d83da4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/client/types/flexible_schedule_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from prefect.client.schemas.schedules import SCHEDULE_TYPES

FlexibleScheduleList: TypeAlias = Sequence[
Union[DeploymentScheduleCreate, dict[str, Any], "SCHEDULE_TYPES"]
Union["DeploymentScheduleCreate", dict[str, Any], "SCHEDULE_TYPES"]
]

0 comments on commit d83da4c

Please sign in to comment.