Skip to content

Commit 03ea48a

Browse files
committed
Reformatted per pre-commit
1 parent feddc47 commit 03ea48a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_lsm6ds/ism330dhcx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from . import LSM6DS, LSM6DS_DEFAULT_ADDRESS, GyroRange, RWBit, const
1010

1111
try:
12-
import typing # pylint: disable=unused-import
12+
import typing # pylint: disable=unused-import
1313
from busio import I2C
1414
except ImportError:
1515
pass

adafruit_lsm6ds/lsm6dso32.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import LSM6DS, LSM6DS_CHIP_ID, LSM6DS_DEFAULT_ADDRESS, AccelRange
99

1010
try:
11-
import typing # pylint: disable=unused-import
11+
import typing # pylint: disable=unused-import
1212
from busio import I2C
1313
except ImportError:
1414
pass

adafruit_lsm6ds/lsm6dsox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import LSM6DS, LSM6DS_DEFAULT_ADDRESS, LSM6DS_CHIP_ID
99

1010
try:
11-
import typing # pylint: disable=unused-import
11+
import typing # pylint: disable=unused-import
1212
from busio import I2C
1313
except ImportError:
1414
pass

0 commit comments

Comments
 (0)