https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

seunggs

09/10/2022, 8:38 PM
Hi, a quick question - is return type hint for task functions required? It looks like
pyflyte package
fails without it? For example, if task1's output it fed into task2 in the workflow code and task1 does not have return type hint, then I get this error:
k

Ketan (kumare3)

09/11/2022, 1:07 AM
It is required
s

seunggs

09/11/2022, 1:08 AM
I see - got it thanks