Skip to content

Commit 2b5764a

Browse files
committed
drop unneded imports
1 parent 2f8e751 commit 2b5764a

File tree

1 file changed

+0
-2
lines changed
  • Metro/Metro_RP2350_Minesweeper

1 file changed

+0
-2
lines changed

Metro/Metro_RP2350_Minesweeper/code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
the player successfully reveals all squares without mines or clicks on a mine.
1010
"""
1111
import array
12-
import time
1312
from displayio import Group, OnDiskBitmap, TileGrid, Bitmap, Palette
1413
from adafruit_display_text.bitmap_label import Label
1514
from adafruit_display_text.text_box import TextBox
16-
import adafruit_usb_host_descriptors
1715
from eventbutton import EventButton
1816
import supervisor
1917
import terminalio

0 commit comments

Comments
 (0)