Skip to content

Commit 277265a

Browse files
committed
Run pre-commit
1 parent 34561eb commit 277265a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: adafruit_bus_device/i2c_device.py

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ class I2CDevice:
5555
"""
5656

5757
def __init__(self, i2c: I2C, device_address: int, probe: bool = True) -> None:
58-
5958
self.i2c = i2c
6059
self.device_address = device_address
6160

0 commit comments

Comments
 (0)