From 1760e6e92820ecef4249b916632a31e2e904f1d5 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:21:06 +0900 Subject: [PATCH] chore: cleanup --- dzgui/api/steam.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dzgui/api/steam.py b/dzgui/api/steam.py index 37bf569..02f4718 100644 --- a/dzgui/api/steam.py +++ b/dzgui/api/steam.py @@ -39,19 +39,16 @@ logger = logging.getLogger(APP_NAME) class AppNotInstalledError(Exception): """App not present in user's libraryfolders""" - pass class AppMovedError(Exception): """VDF points to a nonexistent location on disk""" - pass class VDFLoadError(Exception): """Malformed VDF or JSON conversion""" - pass @@ -328,7 +325,6 @@ def get_running_app() -> int | None: return None except Exception as e: logger.debug(e) - return None return None