[ci] auto-format

This commit is contained in:
SenjuZoro 2023-08-22 18:02:36 +00:00 committed by github-actions[bot]
parent 73ca16f189
commit c39664c24c

View file

@ -287,7 +287,6 @@ class BombOnMyHeadGame(bs.TeamGameActivity[Player, Team]):
if living_team_count <= 1:
self.end_game()
def end_game(self) -> None:
cur_time = bs.time()
assert self._timer is not None