Appease the linter

This commit is contained in:
Andrew 2024-02-15 18:03:20 -05:00
parent dbea214d6f
commit b6739f4a35

View File

@ -91,7 +91,8 @@ class SteamApps:
cache = json.load(cache_file)["steam_apps"]
except Exception as e:
logger.error(f"Unable to read SteamApps cache file: {e}")
logger.error("Unable to read SteamApps"
f" cache file: {e}")
return cache