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
As @hombit observed in #404, as we're no longer supporting python 3.8, we can simply use list in our type hints. This will also be true for Dict, possibly Tuple, and Union can be replaced with | in most places.
As @hombit observed in #404, as we're no longer supporting python 3.8, we can simply use
listin our type hints. This will also be true forDict, possiblyTuple, andUnioncan be replaced with|in most places.