Skip to content

Commit 60ec4d9

Browse files
committed
Fixed time imports that were accidentally removed
1 parent 9baaba5 commit 60ec4d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/adafruit_io_mqtt/adafruit_io_simpletest_eth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Example of using the Adafruit IO CircuitPython MQTT client
66
# to subscribe to an Adafruit IO feed and publish random data
77
# to be received by the feed.
8+
import time
89
from random import randint
910

1011
import board

examples/adafruit_io_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Example of using the Adafruit IO CircuitPython MQTT client
66
# to subscribe to an Adafruit IO feed and publish random data
77
# to be received by the feed.
8+
import time
89
from random import randint
910

1011

0 commit comments

Comments
 (0)