mdickinson / refcycle

Support for displaying and analyzing reference graphs of Python objects.
Apache License 2.0
15 stars 1 forks source link

Fix imports from collections that need to be from collections.abc #85

Closed mdickinson closed 9 months ago

mdickinson commented 9 months ago

This PR updates imports from collections that need to be from collections.abc (since Python 3.10).

Closes #83