Skip to content

Commit

Permalink
fixing import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jul 18, 2023
1 parent ff830e1 commit 3cb0179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uplot_ubar_updating_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#
# SPDX-License-Identifier: MIT

import time
import board
from circuitpython_uplot.uplot import Uplot, color
from circuitpython_uplot.ubar import ubar
import time

# Setting up the display
display = board.DISPLAY
Expand Down

0 comments on commit 3cb0179

Please sign in to comment.