Skip to content

Commit 1ce2bfc

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 107dfbe commit 1ce2bfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

games/game_baldursgate3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
from configparser import SectionProxy
1616
from functools import cached_property, partial
1717
from pathlib import Path
18-
from typing import Callable
1918
from xml.etree import ElementTree
2019
from xml.etree.ElementTree import Element
2120

22-
import mobase
2321
from PyQt6 import QtCore
2422
from PyQt6.QtCore import (
2523
QCoreApplication,
@@ -36,6 +34,8 @@
3634
)
3735
from PyQt6.QtWidgets import QApplication, QMainWindow, QMessageBox, QProgressDialog
3836

37+
import mobase
38+
3939
from ..basic_features import (
4040
BasicGameSaveGameInfo,
4141
BasicLocalSavegames,

0 commit comments

Comments
 (0)