timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Fix typos and improve style #15

Closed jamesmyatt closed 8 years ago

jamesmyatt commented 8 years ago

Tests pass on Py3.5

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #15 into master will not affect coverage as of 7b9123a

@@            master     #15   diff @@
======================================
  Files            2       2       
  Stmts          105     105       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit            105     105       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 7b9123a

Powered by Codecov. Updated on successful CI builds.

timofurrer commented 8 years ago

Looks nice! Thanks :beers:

timofurrer commented 8 years ago

Thanks for updating!