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
* Make more use of typing_extensions module
This commit replaces various homegrown type definitions by imports
from typing_extensions module.
* Simplify typing_extensions imports
The `typing_extensions` module is a compatibility layer between python versions.
Required types can always be imported from it, even if available via `typing`
natively.
0 commit comments