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
See #432 where methods were added to TimestampSeries and TimedeltaSeries that return Never, which pyright will pick up as invalid.
We could add more of these to disallow certain operations between incompatible types, and then use the TYPE_CHECKING_INVALID_USAGE pattern to check for these.