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
The fix in #354 used two `isinstance` calls. The second argument to
`isinstance` allows for a tuple of types, so this PR reduces the check
back down to 1 call.
0 commit comments