We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c04e1 commit 5cc6a25Copy full SHA for 5cc6a25
Metro/Metro_RP2350_Minesweeper/code.py
@@ -17,8 +17,8 @@
17
import supervisor
18
import terminalio
19
import usb.core
20
-from .gamelogic import GameLogic, BLANK, INFO_BAR_HEIGHT, DIFFICULTIES
21
-from .menu import Menu, SubMenu
+from gamelogic import GameLogic, BLANK, INFO_BAR_HEIGHT, DIFFICULTIES
+from menu import Menu, SubMenu
22
23
# pylint: disable=ungrouped-imports
24
if hasattr(supervisor.runtime, "display") and supervisor.runtime.display is not None:
0 commit comments