Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 34561eb commit 277265a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_bus_device/i2c_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class I2CDevice:
"""

def __init__(self, i2c: I2C, device_address: int, probe: bool = True) -> None:

self.i2c = i2c
self.device_address = device_address

Expand Down

0 comments on commit 277265a

Please sign in to comment.