refactor: clean up unused imports and improve code organization

This commit is contained in:
Vxrtrauter
2025-11-15 00:16:47 +01:00
parent 9d0d5332bf
commit 65f7c04936
3 changed files with 15 additions and 12 deletions
+2
View File
@@ -30,6 +30,8 @@ def check_for_updates():
for asset in assets:
print(f" - {asset['name']}: {asset['browser_download_url']}")
return assets, latest_version
else:
return None, None
else:
if state.debug:
print("Already up-to-date.")