Skip to content

Commit 85a7faa

Browse files
authored
Satisfy PyLint wrong-import-order
1 parent 9cc6085 commit 85a7faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/extended_bus_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
the I2C bus number.
55
"""
66

7-
from adafruit_extended_bus import ExtendedI2C as I2C
87
import adafruit_bme280
8+
from adafruit_extended_bus import ExtendedI2C as I2C
99

1010
# Create library object using our Extended Bus I2C port
1111
i2c = I2C(1) # Device is /dev/i2c-1

0 commit comments

Comments
 (0)