0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Remove unused uncertain variable

This commit is contained in:
Ben Puls 2024-12-10 19:33:55 +05:00 committed by GitHub
parent af0c4de261
commit d071191b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,6 @@ if not response.ok:
sys.exit(1)
notes = {}
element_key: str
for element_key in response.json().keys():
if not element_key.startswith("desktop-release-notes."):
continue