atmtools / typhon

Tools for atmospheric research
http://www.radiativetransfer.org/
MIT License
58 stars 33 forks source link

import from collections.abc rather than collections #354

Closed gerritholl closed 4 years ago

gerritholl commented 4 years ago

Import Iterable from collections.abc rather than from collections. Importing directly from collections is deprecated since Python 3.3 and will stop working in 3.9.