Skip to content

Commit b274f62

Browse files
authored
Update to correct pylint: disable error
1 parent 958cf34 commit b274f62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/bitmap_font_simpletest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
import sys
55

66
# Add paths so this runs in CPython in-place.
7-
# pylint: disable=wrong-import-order
87
sys.path.append(os.path.join(sys.path[0], ".."))
9-
from adafruit_bitmap_font import bitmap_font
8+
from adafruit_bitmap_font import bitmap_font # pylint: disable=wrong-import-position
109
sys.path.append(os.path.join(sys.path[0], "../test"))
1110
font = bitmap_font.load_font(sys.argv[1])
1211

0 commit comments

Comments
 (0)