Skip to content

Commit aefdd6f

Browse files
committed
Fix pylint import sequence
1 parent b6a8632 commit aefdd6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/display_shapes_sparkline_triple.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
import board
3232
import displayio
3333
import terminalio
34-
from adafruit_display_shapes.sparkline import Sparkline
3534
from adafruit_display_text import label
35+
from adafruit_display_shapes.sparkline import Sparkline
36+
3637

3738
if "DISPLAY" not in dir(board):
3839
# Setup the LCD display with driver

0 commit comments

Comments
 (0)