[ci] auto-format

This commit is contained in:
Silver-Volt4 2023-06-28 12:08:31 +00:00 committed by github-actions[bot]
parent b34dabe500
commit 60806436f7

View file

@ -150,10 +150,12 @@ def patched__init__(
color=(0.54, 0.52, 0.67), color=(0.54, 0.52, 0.67),
textcolor=(0.7, 0.65, 0.7), textcolor=(0.7, 0.65, 0.7),
) )
print(dir(self._customize_button)) print(dir(self._customize_button))
# Returns a function that starts the game # Returns a function that starts the game
def game_starter_factory(sessiontype: type[Session]): def game_starter_factory(sessiontype: type[Session]):
session: Union[RandFreeForAllSession, RandDualTeamSession] = None session: Union[RandFreeForAllSession, RandDualTeamSession] = None