Skip to content

Commit 13e73bb

Browse files
committed
Run pre-commit
1 parent eb08b80 commit 13e73bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_tla202x/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ class TLA2024: # pylint:disable=too-many-instance-attributes
230230
_data_rate = RWBits(3, _CONFIG_REG, 5, 2, lsb_first=False)
231231

232232
def __init__(self, i2c_bus: I2C, address: int = _TLA_DEFAULT_ADDRESS) -> None:
233-
234233
# pylint:disable=no-member
235234

236235
self.i2c_device = I2CDevice(i2c_bus, address)

0 commit comments

Comments
 (0)