Skip to content

Commit

Permalink
Fix: Appease flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
LordAro committed Aug 10, 2020
1 parent 7ee3512 commit 4909cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_downloads/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def download(url):


async def get_versions():
latest_raw = await download(f"https://cdn.openttd.org/latest.yaml")
latest_raw = await download("https://cdn.openttd.org/latest.yaml")
latest = yaml.safe_load(latest_raw)
return latest["latest"]

Expand Down

0 comments on commit 4909cf9

Please sign in to comment.