chore(format): run black on dev (#2038)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-11 21:28:52 +09:00 committed by GitHub
parent b4ab2f7a36
commit 23aecbed02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,11 +213,11 @@ def download_all_assets(tmpdir: str, version="0.2.3"):
suffix = { suffix = {
"darwin_amd64": "460", "darwin_amd64": "460",
"darwin_arm64": "461", "darwin_arm64": "461",
"linux_386": "462", "linux_386": "462",
"linux_amd64": "463", "linux_amd64": "463",
"linux_arm64": "464", "linux_arm64": "464",
"windows_386": "465", "windows_386": "465",
"windows_amd64":"466", "windows_amd64": "466",
}[f"{system_type}_{architecture}"] }[f"{system_type}_{architecture}"]
RVCMD_URL = BASE_URL + suffix RVCMD_URL = BASE_URL + suffix
download_dns_yaml( download_dns_yaml(