Skip to content

Commit d7d8094

Browse files
Fix lint issues
1 parent e511cfb commit d7d8094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

games/game_kingdomcomedeliverance2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _write_mod_order(self, app_path: str, wd: QDir, args: str) -> bool:
6464
mods_path = Path(self._organizer.modsPath())
6565
mod_order_path = Path(self._organizer.overwritePath()) / "mod_order.txt"
6666

67-
mod_ids = []
67+
mod_ids: list[str] = []
6868
for mod_name in modlist.allModsByProfilePriority():
6969
if not (modlist.state(mod_name) & mobase.ModState.ACTIVE):
7070
continue

0 commit comments

Comments
 (0)