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

@@ -11,11 +11,12 @@ For the windows version we also alter the directory layout to add the 'bin'
directory.
"""
import urllib.request
import subprocess
import sys
import os
import shutil
import subprocess
import sys
import urllib.request
from zip import unzip_cmd, zip_cmd
# When adjusting this version, visit