You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On annotation for timeout argument of spawn class __init__ method, it is being set as int only. However, it shold be float | Noneas in documentation.
The change from int to float is justified both from documentation referring to it as "number", as with it being possibly forwarded to asyncio.wait_for function, that accept it as a float.
The text was updated successfully, but these errors were encountered:
On annotation for
timeoutargument of spawn class__init__method, it is being set asintonly. However, it shold befloat | Noneas in documentation.The change from
inttofloatis justified both from documentation referring to it as "number", as with it being possibly forwarded toasyncio.wait_forfunction, that accept it as a float.The text was updated successfully, but these errors were encountered: