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
There is not much reason to use `TypeGuard` on the implementation
function of an `@overload`ed function, since only the types of the
overloads are used.
This fixes a pyright "Overloaded implementation is not consistent with
signature of overload" error.
0 commit comments