From 63a073a1f7f3def5ea2103c31fa44002bee61ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 13 May 2023 23:12:06 +0200 Subject: [PATCH] remove bad global statement --- download_data.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/download_data.py b/download_data.py index 56723db..6dafc3b 100644 --- a/download_data.py +++ b/download_data.py @@ -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: