Skip to content
  • Emmanuel Gil Peyrot's avatar
    cd4c9f82
    Remove OrderedDict usage · cd4c9f82
    Emmanuel Gil Peyrot authored
    We now support only Python 3.7+, this means we can rely on dict being
    ordered by order of insertion, and thus no need to use OrderedDict from
    collections.
    cd4c9f82
    Remove OrderedDict usage
    Emmanuel Gil Peyrot authored
    We now support only Python 3.7+, this means we can rely on dict being
    ordered by order of insertion, and thus no need to use OrderedDict from
    collections.
This project is licensed under the BSD 3-Clause "New" or "Revised" License. Learn more
Loading