Python fixes from ruff check (#1641)

This commit is contained in:
Sam Clegg
2025-12-15 09:57:48 -08:00
committed by GitHub
parent b2436aafa7
commit 11ea2ee53d
7 changed files with 137 additions and 61 deletions

View File

@@ -26,10 +26,11 @@ import glob
import multiprocessing
import os
import platform
import urllib.request
import shutil
import sys
import urllib.request
from subprocess import check_call
from zip import unzip_cmd, zip_cmd
version = '3.13.3'