Skip to content

Commit c74de29

Browse files
committed
Remove whitespace for psf/black
1 parent f28460d commit c74de29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ads1x15/ads1x15.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ def _read(self, pin):
160160
# Immediately return conversion register result if in CONTINUOUS mode and pin has not changed
161161
if self.mode == Mode.CONTINUOUS and self._last_pin_read == pin:
162162
return self._conversion_value(self.get_last_result(True))
163-
163+
164164
# Assign last pin read if in SINGLE mode or first sample in CONTINUOUS mode on this pin
165165
self._last_pin_read = pin
166-
166+
167167
# Configure ADC every time before a conversion in SINGLE mode or changing channels in CONTINUOUS mode
168168
if self.mode == Mode.SINGLE:
169169
config = _ADS1X15_CONFIG_OS_SINGLE

0 commit comments

Comments
 (0)