Skip to content

Commit 78f604c

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
Melissa LeBlanc-Williams
authored and
Melissa LeBlanc-Williams
committed
linted
1 parent 293f4d5 commit 78f604c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_adxl34x.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,5 +407,3 @@ class ADXL343(ADXL345):
407407
:param address: The I2C device address for the sensor. Default is ``0x53``.
408408
409409
"""
410-
def __init__(self, i2c, address=_ADXL345_DEFAULT_ADDRESS):
411-
super().__init__(i2c, address)

0 commit comments

Comments
 (0)