biocore / biom-format

The Biological Observation Matrix (BIOM) Format Project
http://biom-format.org
Other
89 stars 95 forks source link

dict is sorted in currently supported versions of Python #904

Closed peterjc closed 1 year ago

peterjc commented 1 year ago

No need to explicitly use OrderedDict anymore, originally added in #788 and version 2.1.7 when Python 2.7 was still supported.

wasade commented 1 year ago

Thanks. And since we no longer support older versions we should be safe here.