mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
b34dabe500
commit
60806436f7
1 changed files with 3 additions and 1 deletions
|
|
@ -154,6 +154,8 @@ def patched__init__(
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue