Closed abmyii closed 4 years ago
When printing a FlatDict or calling .keys() the keys are sorted. Is there any way for the keys to be kept in original ordered? The sorted on line 294 appears to be the culprit: https://github.com/gmr/flatdict/blob/8b056a11526ef7fd13061137194ea9ed2fe09805/flatdict.py#L294
FlatDict
.keys()
sorted
When printing a
FlatDict
or calling.keys()
the keys are sorted. Is there any way for the keys to be kept in original ordered? Thesorted
on line 294 appears to be the culprit: https://github.com/gmr/flatdict/blob/8b056a11526ef7fd13061137194ea9ed2fe09805/flatdict.py#L294