Clean unused sys (#1929)

This commit is contained in:
Chunyang Wen 2025-03-06 05:48:03 +08:00 committed by GitHub
parent f599c11bc8
commit 85b34d59bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@ import os
import platform import platform
import re import re
import subprocess import subprocess
import sys
from pathlib import Path from pathlib import Path
from subprocess import run from subprocess import run