Skip to content

Commit 18f04d3

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 738c8fc commit 18f04d3

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
@@ -18,7 +18,6 @@
1818
from xml.etree import ElementTree
1919
from xml.etree.ElementTree import Element
2020

21-
import mobase
2221
from PyQt6 import QtCore
2322
from PyQt6.QtCore import (
2423
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)