pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

lower the complexity of pyexcel_io.io.get_data a bit #36

Closed fuhrysteve closed 7 years ago

fuhrysteve commented 7 years ago

Just removing some double negatives and taking a stab at making this function a little bit easier to reason about.

codecov-io commented 7 years ago

Codecov Report

Merging #36 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   99.07%   99.07%   -0.01%     
==========================================
  Files          32       32              
  Lines        2714     2712       -2     
==========================================
- Hits         2689     2687       -2     
  Misses         25       25
Impacted Files Coverage Δ
pyexcel_io/io.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d1d1ab...6918d09. Read the comment docs.