Skip to content

Commit 1c4f21c

Browse files
committed
lint space
1 parent 23be8dd commit 1c4f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ads1x15/ads1x15.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def _conversion_value(self, raw_adc):
151151
def _read(self, pin):
152152
"""Perform an ADC read. Returns the signed integer result of the read."""
153153
if self.mode == Mode.CONTINUOUS and self._last_pin_read == pin:
154-
return self._conversion_value(self.get_last_result(True))
154+
return self._conversion_value(self.get_last_result(True))
155155
else:
156156
self._last_pin_read = pin
157157
config = _ADS1X15_CONFIG_OS_SINGLE

0 commit comments

Comments
 (0)