I'm trying to define correctly type-annoted flows,...
# ask-community
j
I'm trying to define correctly type-annoted flows, but, e.g.
Copy code
val = tasks.my_task.with_options(timeout_seconds=600)()
val2 = tasks.my_2nd_task(val)
It seems that
.with_options
,
.submit
etc. do not define their return types. Prefect version is 2.9.0.