Skip to content

Commit 457b8b8

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 417e874 commit 457b8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

games/game_sts2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import json
22
import re
33
from pathlib import Path
4+
from typing import cast
45

56
from PyQt6.QtCore import QDir, QFileInfo, qInfo, qWarning
67

@@ -9,7 +10,6 @@
910
from ..basic_features.basic_save_game_info import BasicGameSaveGame
1011
from ..basic_game import BasicGame
1112
from ..steam_utils import find_steam_path
12-
from typing import cast
1313

1414

1515
class SlayTheSpire2ModDataChecker(mobase.ModDataChecker):

0 commit comments

Comments
 (0)