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:
parent
af0c4de261
commit
d071191b2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user