This message was deleted.
# ask-community
s
This message was deleted.
t
I think the issue is to do with the
@task
decorator.
mypy
mightt be type checking against what is now a wrapped function - wrapped via the
task
decorator. I am not too sure what can be done about this. If you use
get_numbers.submitt(1,2)
do you get a similar warning?