Commit 49d2b8b
committed
Fix Python 3.10 compatibility (collections.abc imports)
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.1 parent d8d8e93 commit 49d2b8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments