Skip to content

Commit

Permalink
Reordered imports to make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Herrada committed May 8, 2019
1 parent b26ea25 commit 38af9b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adafruit_htu21d.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
except ImportError:
import ustruct as struct

import time
from adafruit_bus_device.i2c_device import I2CDevice
from micropython import const

import time

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HTU21D.git"

Expand Down

0 comments on commit 38af9b5

Please sign in to comment.