Skip to content

Commit 29f91ee

Browse files
author
Mikey Sklar
committed
whitespace for travis/pylint
1 parent 8179989 commit 29f91ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adafruit_mlx90614.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ class MLX90614:
9494
- frequency=100000 - this sensor does not respond to the default 400000 i2c bus speed
9595
9696
Optionally you can specify:
97-
- address: The I2C address of the sensor. If not specified the sensor's
98-
default value will be assumed.
99-
"""
97+
- address: The I2C address of the sensor.
98+
If not specified the sensor's default value will be assumed."""
10099

101100
def __init__(self, i2c_bus, address=_MLX90614_I2CADDR):
102101
self._device = i2c_device.I2CDevice(i2c_bus, address)

0 commit comments

Comments
 (0)