More usage of python3 features (#1636)

Mostly f-strings, but a few others too.
This commit is contained in:
Sam Clegg
2025-12-01 17:11:00 -08:00
committed by GitHub
parent a040059ae2
commit 6e4471361a
2 changed files with 86 additions and 111 deletions

View File

@@ -28,7 +28,6 @@ import os
import platform
import urllib.request
import shutil
import subprocess
import sys
from subprocess import check_call
from zip import unzip_cmd, zip_cmd