Skip to content

Commit d06e851

Browse files
committed
pylint on new example
1 parent f94c074 commit d06e851

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/display_frame_pygame_display_simpletest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"Hello World" label.
77
"""
88
import displayio
9-
10-
11-
from circuitpython_display_frame import Frame
129
from blinka_displayio_pygamedisplay import PyGameDisplay
10+
from circuitpython_display_frame import Frame
1311

1412

1513
# Make the display context

0 commit comments

Comments
 (0)