Formatting...

This commit is contained in:
Raffson
2023-02-02 21:37:53 +01:00
parent a1cc3412e8
commit d410f9d3c4
34 changed files with 4 additions and 43 deletions

View File

@@ -50,7 +50,6 @@ class GameUpdateEventsJs(BaseModel):
def from_events(
cls, events: GameUpdateEvents, game: Game | None
) -> GameUpdateEventsJs:
# We still need to be able to send update events when there is no game loaded
# because we need to send the unload event.
new_combats = []