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
Many classes moved from `collections` module to `collections.abc`.
https://docs.python.org/3.9/library/collections.html?highlight=collections#module-collections
> Deprecated since version 3.3, will be removed in version 3.10: Moved
> Collections Abstract Base Classes to the collections.abc module. For
> backwards compatibility, they continue to be visible in this module
> through Python 3.9.
0 commit comments