Skip to content

Commit 860bc73

Browse files
committed
doh
1 parent 634f10c commit 860bc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/prefect-redis/prefect_redis/messaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _interpret_string_as_timedelta_seconds(value: timedelta | str) -> timedelta:
5353

5454

5555
TimeDelta = Annotated[
56-
timedelta | str,
56+
Union[str, timedelta],
5757
BeforeValidator(_interpret_string_as_timedelta_seconds),
5858
]
5959

0 commit comments

Comments
 (0)