Skip to content

Commit f6748a3

Browse files
committed
black again
1 parent 3a383c2 commit f6748a3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

adafruit_lsm6ds/ism330dhcx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class ISM330DHCX(LSM6DS): # pylint: disable=too-many-instance-attributes
1414

1515
"""Driver for the LSM6DS33 6-axis accelerometer and gyroscope.
1616
17-
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
18-
:param address: The I2C address of the sensor
17+
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
18+
:param address: The I2C address of the sensor
1919
"""
2020

2121
CHIP_ID = 0x6B

adafruit_lsm6ds/lsm6ds33.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class LSM6DS33(LSM6DS): # pylint: disable=too-many-instance-attributes
1111

1212
"""Driver for the LSM6DS33 6-axis accelerometer and gyroscope.
1313
14-
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
15-
:param address: The I2C address of the sensor
14+
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DS33 is connected to.
15+
:param address: The I2C address of the sensor
1616
"""
1717

1818
CHIP_ID = 0x69

adafruit_lsm6ds/lsm6dso32.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class LSM6DSO32(LSM6DS): # pylint: disable=too-many-instance-attributes
1111

1212
"""Driver for the LSM6DSO32 6-axis accelerometer and gyroscope.
1313
14-
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DSO32 is connected to.
15-
:param address: The I2C address of the sensor
14+
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DSO32 is connected to.
15+
:param address: The I2C address of the sensor
1616
"""
1717

1818
CHIP_ID = LSM6DS_CHIP_ID

adafruit_lsm6ds/lsm6dsox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class LSM6DSOX(LSM6DS): # pylint: disable=too-many-instance-attributes
1111

1212
"""Driver for the LSM6DSOX 6-axis accelerometer and gyroscope.
1313
14-
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
15-
:param address: The I2C address of the sensor
14+
:param ~busio.I2C i2c_bus: The I2C bus the LSM6DSOX is connected to.
15+
:param address: The I2C address of the sensor
1616
"""
1717

1818
CHIP_ID = LSM6DS_CHIP_ID

0 commit comments

Comments
 (0)