jsexauer / networkx_viewer

Interactive GUI for NetworkX graphs
GNU General Public License v3.0
137 stars 27 forks source link

Substitute `collections.abc.Iterable` for `collections.Iterable` #22

Closed ghost closed 1 year ago

ghost commented 1 year ago

The change is required for Python 3.10. https://github.com/python/cpython/pull/23754