Skip to content

Commit 7bc8e37

Browse files
authored
Merge pull request #5 from mcauser/patch-2
Satisfy PyLint wrong-import-order
2 parents 9cc6085 + 85a7faa commit 7bc8e37

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)