nirum / tableprint

Pretty console printing :clipboard: of tabular data in python :snake:
https://tableprint.readthedocs.io/
MIT License
174 stars 16 forks source link

Adhere to PEP8 #20

Closed sumanthratna closed 4 years ago

sumanthratna commented 4 years ago

This commit:

Nothing serious, just formatting changes. Feel free to close this if you don't want these changes.

codecov-io commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.02%. The diff coverage is 76.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   96.77%   96.79%   +0.02%     
==========================================
  Files           5        5              
  Lines         155      156       +1     
==========================================
+ Hits          150      151       +1     
  Misses          5        5              
Impacted Files Coverage Δ
tableprint/printer.py 94.18% <70.58%> (+0.06%) :arrow_up:
tableprint/utils.py 100.00% <100.00%> (ø)

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 f91c396...3aea703. Read the comment docs.

nirum commented 4 years ago

Thanks!