Skip to content

Commit 5c0e214

Browse files
author
Mikey Sklar
committed
pylint - whitespace fix - indent block
1 parent 995e8dc commit 5c0e214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mlx90614.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class MLX90614:
9999
"""
100100

101101
def __init__(self, i2c_bus, address=_MLX90614_I2CADDR):
102-
self._device = i2c_device.I2CDevice(i2c_bus, address)
102+
self._device = i2c_device.I2CDevice(i2c_bus, address)
103103
self.buf = bytearray(2)
104104
self.buf[0] = _MLX90614_CONFIG
105105

0 commit comments

Comments
 (0)