Skip to content

Commit 7e61cec

Browse files
authored
Update code.py
1 parent 47a7cae commit 7e61cec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Vertical_Garden_Barometer/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Code by Erin St Blaine for Adafruit Industries
88
"""
99

10-
import time
1110
import board
1211
import neopixel
1312
from adafruit_clue import clue
@@ -258,4 +257,4 @@
258257
timer_label.y = 114
259258
#otherwise keep counting up
260259
else:
261-
counter = counter + 1
260+
counter = counter + 1

0 commit comments

Comments
 (0)