chore(format): run black on dev

This commit is contained in:
github-actions[bot] 2024-04-22 12:37:54 +00:00
parent 75e9d28506
commit ca88513317

View File

@ -207,5 +207,13 @@ def download_all_assets(tmpdir: str, version="0.2.2"):
download_and_extract_tar_gz(RVCMD_URL, tmpdir)
os.chmod(cmdfile, 0o755)
subprocess.run(
[cmdfile, "-notui", "-w", "0", "-dns", os.path.join(tmpdir, "dns.yaml"), "assets/all"]
[
cmdfile,
"-notui",
"-w",
"0",
"-dns",
os.path.join(tmpdir, "dns.yaml"),
"assets/all",
]
)