We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e38af commit 6859851Copy full SHA for 6859851
utils/swift_build_support/swift_build_support/products/llvm.py
@@ -11,7 +11,6 @@
11
# ----------------------------------------------------------------------------
12
13
import os
14
-import errno
15
import shutil
16
from platform import system
17
utils/swift_build_support/swift_build_support/targets.py
@@ -8,11 +8,9 @@
8
# See https://swift.org/LICENSE.txt for license information
9
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
-import atexit
-import contextlib
-import platform
import importlib.resources
+import platform
from . import cmake
18
from . import shell
0 commit comments