Skip to content

Commit

Permalink
Merge pull request #5 from mcauser/patch-2
Browse files Browse the repository at this point in the history
Satisfy PyLint wrong-import-order
  • Loading branch information
ladyada committed Dec 7, 2020
2 parents 9cc6085 + 85a7faa commit 7bc8e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/extended_bus_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
the I2C bus number.
"""

from adafruit_extended_bus import ExtendedI2C as I2C
import adafruit_bme280
from adafruit_extended_bus import ExtendedI2C as I2C

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

0 comments on commit 7bc8e37

Please sign in to comment.