Skip to content

Commit f1818c9

Browse files
committed
upd
1 parent 4eece83 commit f1818c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/uplot_ubar_color_changing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5+
import time
56
import board
67
from circuitpython_uplot.uplot import Uplot, color
78
from circuitpython_uplot.ubar import ubar
8-
import time
99

1010
# Setting up the display
1111
display = board.DISPLAY

0 commit comments

Comments
 (0)