podhmo/dictknife

ci failed, loading csv -> yaml

Closed this issue · 3 comments

csv.DictReader use dict instead of OrderedDict

https://bugs.python.org/issue34003

And my code, only patching collections module's dictlike class

def setup(Loader, Dumper, dict_classes=[defaultdict, ChainMap, OrderedDict]):