Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Sep 5, 2017
1 parent 99bc78f commit 3af2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sensor_test.py
Expand Up @@ -63,7 +63,7 @@ def test_str_speed_ms(self):
'TestSensor',
group_address='1/2/3',
value_type="speed_ms")
sensor.state = DPTArray((0x00,0x1b,))
sensor.state = DPTArray((0x00, 0x1b,))

self.assertEqual(sensor.resolve_state(), 0.27)
self.assertEqual(sensor.unit_of_measurement(), "m/s")
Expand Down

0 comments on commit 3af2cef

Please sign in to comment.