Skip to content

Commit bf9ade8

Browse files
committed
Run pre-commit
1 parent 415c97a commit bf9ade8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_ens160.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ class ENS160:
104104
interrupt_enable = RWBit(_ENS160_REG_CONFIG, 0)
105105

106106
def __init__(self, i2c_bus: I2C, address: int = ENS160_I2CADDR_DEFAULT) -> None:
107-
108107
self.i2c_device = i2c_device.I2CDevice(i2c_bus, address)
109108

110109
self.reset()

0 commit comments

Comments
 (0)