From 23aecbed022afb12f9b74d69810975e67d8bacef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 21:28:52 +0900 Subject: [PATCH] chore(format): run black on dev (#2038) Co-authored-by: github-actions[bot] --- infer/lib/rvcmd.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infer/lib/rvcmd.py b/infer/lib/rvcmd.py index 049b09b..73d775d 100644 --- a/infer/lib/rvcmd.py +++ b/infer/lib/rvcmd.py @@ -213,11 +213,11 @@ def download_all_assets(tmpdir: str, version="0.2.3"): suffix = { "darwin_amd64": "460", "darwin_arm64": "461", - "linux_386": "462", - "linux_amd64": "463", - "linux_arm64": "464", - "windows_386": "465", - "windows_amd64":"466", + "linux_386": "462", + "linux_amd64": "463", + "linux_arm64": "464", + "windows_386": "465", + "windows_amd64": "466", }[f"{system_type}_{architecture}"] RVCMD_URL = BASE_URL + suffix download_dns_yaml(