28mm / blast-radius

Interactive visualizations of Terraform dependency graphs using d3.js
https://28mm.github.io/blast-radius-docs/
MIT License
2.03k stars 256 forks source link

Importing ABC directly from collections will be removed in Python 3.10 #81

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

Use collections in Python 2 and collections.abc in Python 3.

https://github.com/28mm/blast-radius/blob/4b07f6498b6cfecdf7204455ee91e9bd86797bc6/blastradius/util.py#L65