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

Avoid normalizing input twice in `import_set/book` #591

Closed Viicos closed 3 months ago

Viicos commented 3 months ago

It is already normalized in Dataset.load

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 92.66%. Comparing base (2c71cd4) to head (3e7832c).

Files Patch % Lines
src/tablib/core.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #591 +/- ## ======================================= Coverage 92.66% 92.66% ======================================= Files 28 28 Lines 2958 2958 ======================================= Hits 2741 2741 Misses 217 217 ```

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