Skip to content

Commit

Permalink
Fix flake8 in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb2 committed Dec 19, 2020
1 parent bbe86da commit 19ffbcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,3 @@ def test_new_read_not_available(self):
self.ina.configure(self.ina.RANGE_16V, self.ina.GAIN_2_80MV)
self.ina._i2c.readU16BE = Mock(return_value=0x8)
self.assertFalse(self.ina.is_conversion_ready())

0 comments on commit 19ffbcc

Please sign in to comment.