Skip to content

Commit b7509ea

Browse files
committed
you're the one that made me break it into two lines!
1 parent a06b7c2 commit b7509ea

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
@@ -57,7 +57,7 @@
5757
class ADS1x15(object):
5858
"""Base functionality for ADS1x15 analog to digital converters."""
5959

60-
def __init__(self, i2c, gain=1, data_rate=None, mode=_ADS1X15_CONFIG_MODE_SINGLE,
60+
def __init__(self, i2c, gain=1, data_rate=None, mode=_ADS1X15_CONFIG_MODE_SINGLE,
6161
address=_ADS1X15_DEFAULT_ADDRESS):
6262
#pylint: disable=too-many-arguments
6363
self.buf = bytearray(3)

0 commit comments

Comments
 (0)