fix: clear typehinting errors
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run

This commit is contained in:
aclist 2026-07-11 20:11:18 +09:00
parent 50cf347164
commit 26a2362172

View File

@ -59,7 +59,7 @@ class Shortcuts:
logger.critical(e)
raise e
def find_shortcuts_path(self, steam_path: Path) -> None:
def find_shortcuts_path(self, steam_path: Path) -> Path:
uid = find_user_id_32(steam_path)
self.user_config_path = steam_path.joinpath(f"userdata/{uid}/config")
return self.user_config_path.joinpath("shortcuts.vdf")