botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

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

Open jbbarth opened 11 months ago

jbbarth commented 11 months ago

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.