remove bad global statement

This commit is contained in:
Maximilian Keßler 2023-05-13 23:12:06 +02:00
parent ab0ed7f09f
commit 63a073a1f7
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -7,9 +7,6 @@ from compress import compress_deck, compress_actions, DeckCard, Action, InvalidF
from variants import variant_id, variant_name
from hanab_live import HanabLiveInstance, HanabLiveGameState
with open('variants.json') as f:
variants = json.loads(f.read())
#
def detailed_export_game(game_id: int, score: Optional[int] = None, seed_exists: bool = False) -> None: