Skip to content

Commit 00d6133

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent fe55bbe commit 00d6133

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

games/baldursgate3/pak_parser.py

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

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

20+
import mobase
21+
2122
from . import bg3_utils
2223

2324

0 commit comments

Comments
 (0)