Make func.delay
typed when decorating func
with @tiger.task
#302
Labels
func.delay
typed when decorating func
with @tiger.task
#302
We're currently assigning
delay
as the attribute offunc
here, which meansfunc.delay
evaluates toAny
.We should instead wrap
func
into a new object with proper type annotations fordelay
,__call__
(etc.)The text was updated successfully, but these errors were encountered: