Skip to content

Commit 6372807

Browse files
committed
main: remove unused imports
1 parent 3723f42 commit 6372807

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@
4646

4747

4848
import micropython
49-
import ttboard.util.time as time
5049
from ttboard.boot.demoboard_detect import DemoboardDetect
51-
from ttboard.mode import RPMode
52-
from ttboard.demoboard import DemoBoard, Pins
50+
from ttboard.demoboard import DemoBoard
5351
# from ttboard.boot.post import PowerOnSelfTest
5452
import ttboard.util.colors as colors
5553

0 commit comments

Comments
 (0)