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 b8d94ec commit 7622520Copy full SHA for 7622520
Metro/Metro_RP2350_Chips_Challenge/game.py
@@ -78,7 +78,7 @@ def __init__(self, display, data_file, audio):
78
self._loading_group = displayio.Group()
79
self._tile_size = 24 # Default tile size (length and width)
80
self._digit_dims = (0, 0)
81
- self._gamelogic = GameLogic(data_file, audio)
+ self._gamelogic = GameLogic(data_file, audio) # pylint: disable=too-many-function-args
82
self._databuffer = DataBuffer()
83
self._color_index = {}
84
self._init_display()
0 commit comments