Skip to content

Commit ae7f8c7

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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

games/game_baldursgate3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from xml.etree import ElementTree
1818
from xml.etree.ElementTree import Element
1919

20-
import mobase
2120
import yaml
2221
from PyQt6 import QtCore
2322
from PyQt6.QtCore import (
@@ -38,6 +37,8 @@
3837
QProgressDialog,
3938
)
4039

40+
import mobase
41+
4142
from ..basic_features import (
4243
BasicGameSaveGameInfo,
4344
BasicLocalSavegames,

plugin-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
psutil==5.8.0
22
vdf==3.4
33
lzokay==1.1.5
4-
pyyaml==6.0.2
4+
pyyaml==6.0.2

0 commit comments

Comments
 (0)