We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34561eb commit 277265aCopy full SHA for 277265a
adafruit_bus_device/i2c_device.py
@@ -55,7 +55,6 @@ class I2CDevice:
55
"""
56
57
def __init__(self, i2c: I2C, device_address: int, probe: bool = True) -> None:
58
-
59
self.i2c = i2c
60
self.device_address = device_address
61
0 commit comments