Skip to content

Commit 5cc6a25

Browse files
committed
Remove relative imports
1 parent 87c04e1 commit 5cc6a25

File tree

1 file changed

+2
-2
lines changed
  • Metro/Metro_RP2350_Minesweeper

1 file changed

+2
-2
lines changed

Metro/Metro_RP2350_Minesweeper/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import supervisor
1818
import terminalio
1919
import usb.core
20-
from .gamelogic import GameLogic, BLANK, INFO_BAR_HEIGHT, DIFFICULTIES
21-
from .menu import Menu, SubMenu
20+
from gamelogic import GameLogic, BLANK, INFO_BAR_HEIGHT, DIFFICULTIES
21+
from menu import Menu, SubMenu
2222

2323
# pylint: disable=ungrouped-imports
2424
if hasattr(supervisor.runtime, "display") and supervisor.runtime.display is not None:

0 commit comments

Comments
 (0)