Skip to content

Commit 186aee6

Browse files
Update code.py
1 parent d435657 commit 186aee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyGamer_Thermal_Camera/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# (c) 2020 Jan Goolsbey for Adafruit Industries
44

55
import time
6+
from collections import namedtuple
67
import board
78
import displayio
89
from simpleio import map_range
9-
from collections import namedtuple
1010
from adafruit_display_text.label import Label
1111
from adafruit_bitmap_font import bitmap_font
1212
from adafruit_display_shapes.rect import Rect

0 commit comments

Comments
 (0)