nengo / nengo-gui

Nengo interactive visualizer
Other
95 stars 38 forks source link

Use collections.abc.Iterable #1040

Closed astoeckel closed 2 years ago

astoeckel commented 2 years ago

collections.Iterable was deprecated since Python 3.3, see note at the top of

https://docs.python.org/3.9/library/collections.html

Use collections.abc.Iterable instead.

Fixes #1039