Skip to content

Commit 38af9b5

Browse files
author
Dylan Herrada
committed
Reordered imports to make travis happy
1 parent b26ea25 commit 38af9b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_htu21d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@
4949
except ImportError:
5050
import ustruct as struct
5151

52+
import time
5253
from adafruit_bus_device.i2c_device import I2CDevice
5354
from micropython import const
5455

55-
import time
56-
5756
__version__ = "0.0.0-auto.0"
5857
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HTU21D.git"
5958

0 commit comments

Comments
 (0)