Skip to content

Commit 0032b09

Browse files
author
brentru
committed
remove block..
1 parent c813b1f commit 0032b09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/gc_iot_core_simpletest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import time
12
import board
23
import busio
34
from digitalio import DigitalInOut
@@ -139,4 +140,4 @@ def message(client, topic, msg):
139140
wifi.reset()
140141
google_mqtt.reconnect()
141142
continue
142-
time.sleep(1)
143+
time.sleep(1)

0 commit comments

Comments
 (0)