Skip to content

Commit 3ec91b7

Browse files
committed
Fix unused imports
1 parent 458ffae commit 3ec91b7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

relenv/build/darwin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
builds,
2525
finalize,
2626
get_dependency_version,
27-
runcmd,
2827
update_sbom_checksums,
2928
)
3029

relenv/build/linux.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
builds,
2626
finalize,
2727
get_dependency_version,
28-
runcmd,
2928
update_sbom_checksums,
3029
)
3130
from ..common import LINUX, Version, arches, runcmd

relenv/build/windows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
)
3030
from ..common import (
3131
WIN32,
32-
Version,
3332
arches,
3433
MODULE_DIR,
3534
download_url,

0 commit comments

Comments
 (0)