Skip to content

Commit fc4b2bb

Browse files
[pre-commit.ci] Auto fixes from pre-commit.com hooks.
1 parent 7cd0e79 commit fc4b2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

games/game_baldursgate3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
from PyQt6 import QtCore
2222
from PyQt6.QtCore import (
2323
QCoreApplication,
24+
QDir,
2425
QEventLoop,
2526
QRunnable,
2627
Qt,
2728
QThreadPool,
2829
qDebug,
2930
qInfo,
3031
qWarning,
31-
QDir,
3232
)
3333
from PyQt6.QtWidgets import (
3434
QApplication,

0 commit comments

Comments
 (0)