Skip to content

Commit e0a83c6

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 98ae886 commit e0a83c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

games/game_baldursgate3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from xml.etree import ElementTree
1818
from xml.etree.ElementTree import Element
1919

20-
import mobase
2120
from PyQt6 import QtCore
2221
from PyQt6.QtCore import (
2322
QCoreApplication,
@@ -37,6 +36,8 @@
3736
QProgressDialog,
3837
)
3938

39+
import mobase
40+
4041
from ..basic_features import (
4142
BasicGameSaveGameInfo,
4243
BasicLocalSavegames,

0 commit comments

Comments
 (0)