mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Remove some unused imports
This commit is contained in:
@@ -28,7 +28,7 @@ ZIP_TEMPLATE = f"{{package_name}}-v{VERSION}-{SHA}-win64.zip"
|
||||
|
||||
def run(command: list[str]) -> None:
|
||||
print("Running:", command)
|
||||
subprocess.check_call(command) # nosec B603
|
||||
subprocess.check_call(command)
|
||||
|
||||
|
||||
def set_env(var_name: str, value: str) -> tuple[str, str | None]:
|
||||
|
||||
Reference in New Issue
Block a user