Skip to content

Commit 57dc1d1

Browse files
Fix linting issues in test_llvm_linux_cross_compile.py
1 parent 7205e44 commit 57dc1d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/swift_build_support/tests/products/test_llvm_linux_cross_compile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import argparse
1313
import os
14-
import shutil
1514
import sys
1615
import tempfile
1716
import unittest
@@ -20,13 +19,12 @@
2019
from swift_build_support import shell
2120
from swift_build_support.products import LLVM
2221
from swift_build_support.toolchain import host_toolchain
23-
from swift_build_support.workspace import Workspace
22+
2423

2524
class LLVMLinuxCrossCompileTestCase(unittest.TestCase):
2625
def setUp(self):
2726
# Setup workspace
2827
tmpdir1 = os.path.realpath(tempfile.mkdtemp())
29-
tmpdir2 = os.path.realpath(tempfile.mkdtemp())
3028
os.makedirs(os.path.join(tmpdir1, 'llvm'))
3129

3230
# Setup toolchain

0 commit comments

Comments
 (0)