fcitx5: Remove unused variable

This commit is contained in:
Victor Engmark 2023-06-15 11:11:19 +12:00
parent 0822545ba8
commit 8b8538338a

View file

@ -33,7 +33,6 @@ def get_latest_tag(repo, owner=OWNER):
return r.json()[0].get("name") return r.json()[0].get("name")
def main(): def main():
sources = dict()
for repo in REPOS: for repo in REPOS:
rev = get_latest_tag(repo) rev = get_latest_tag(repo)
if repo == "fcitx5-qt": if repo == "fcitx5-qt":