[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

@ -154,6 +154,8 @@ def patched__init__(
print(dir(self._customize_button))
# Returns a function that starts the game
def game_starter_factory(sessiontype: type[Session]):
session: Union[RandFreeForAllSession, RandDualTeamSession] = None