Skip to content

Commit fc66886

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 8860d08 commit fc66886

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

games/baldursgate3/bg3_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import typing
66
from pathlib import Path
77

8-
import mobase
98
import yaml
109
from PyQt6.QtCore import (
1110
QCoreApplication,
@@ -20,6 +19,8 @@
2019
)
2120
from PyQt6.QtWidgets import QApplication, QMainWindow, QProgressDialog
2221

22+
import mobase
23+
2324

2425
class BG3Utils:
2526
loose_file_folders = {

games/baldursgate3/pak_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
from xml.etree import ElementTree
1313
from xml.etree.ElementTree import Element
1414

15-
import mobase
1615
from PyQt6.QtCore import (
1716
qDebug,
1817
qInfo,
1918
qWarning,
2019
)
2120

21+
import mobase
22+
2223
from . import bg3_utils
2324

2425

games/game_baldursgate3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from pathlib import Path
88
from typing import Any, Callable
99

10-
import mobase
1110
import yaml
1211
from PyQt6.QtCore import (
1312
qDebug,
@@ -18,6 +17,8 @@
1817
QApplication,
1918
)
2019

20+
import mobase
21+
2122
from ..basic_features import (
2223
BasicGameSaveGameInfo,
2324
BasicLocalSavegames,

0 commit comments

Comments
 (0)