Skip to content

Commit f138917

Browse files
committed
Fixed Missing Import
1 parent ea390e4 commit f138917

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

games/game_titanfall2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from enum import IntEnum, auto
22
from functools import cached_property
3+
import json
34
from pathlib import Path
45
import os
56
import shutil

0 commit comments

Comments
 (0)