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.
The text was updated successfully, but these errors were encountered:
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 forDict
, possiblyTuple
, andUnion
can be replaced with|
in most places.The text was updated successfully, but these errors were encountered: