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
@test.register
def _(val: float) -> None:
print("float")
`
yields these errors from mypy
Dispatch type "str" must be subtype of fallback function first argument "T"
Dispatch type "float" must be subtype of fallback function first argument "T"