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
Since we now require Python 3.5+, we can assume that the `typing` module
is available. The guards can also be removed because importing that
module is cheap. This simplifies the code.
0 commit comments