remove bad global statement
This commit is contained in:
parent
ab0ed7f09f
commit
63a073a1f7
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue