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
Importing the Iterable, Sequence, and Mapping ABCs directly from
collections was deprecated in Python 3.3 and the aliases were removed in
Python 3.10.
Attempt to import from the new location, but if it fails because the
current Python is older than 3.3, fall back to the old location.
0 commit comments