Skip to content

Replace usage of "OrderedDict" by "dict" #426

Description

@jbbarth

Since Python 3.7 the standard "dict is ordered AND the ordering is part of the specification, so it can be relied upon. We don't need OrderedDict anymore.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions