Skip to content

Commit 6454fca

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # games/game_baldursgate3.py
2 parents bbacdac + 1ce2bfc commit 6454fca

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)