data.world-py icon indicating copy to clipboard operation
data.world-py copied to clipboard

Use dict instead of OrderedDict for python 3.6+

Open rflprr opened this issue 7 years ago • 0 comments

Normal dict are ordered starting in Python 3.6. The use of OrderedDict there could be avoided and would result in better users experience.

rflprr avatar Mar 29 '17 18:03 rflprr