jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.56k stars 588 forks source link

Removed OrderedDict usage #581

Closed claudep closed 4 months ago

claudep commented 4 months ago

Plain dicts are ordered since Python 3.6.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.44%. Comparing base (9402ffe) to head (2b88338).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #581 +/- ## ========================================== - Coverage 92.46% 92.44% -0.03% ========================================== Files 28 28 Lines 2961 2952 -9 ========================================== - Hits 2738 2729 -9 Misses 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.