Skip to content

Commit 26bb4ec

Browse files
committed
Appease the Python linter
1 parent 33af867 commit 26bb4ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

utils/swift_build_support/swift_build_support/products/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
'Swift',
5252
'SwiftInspect',
5353
'SwiftPM',
54+
'SwiftDriver',
5455
'TensorFlowSwiftAPIs',
5556
'XCTest',
5657
'SwiftSyntax',

utils/swift_build_support/swift_build_support/products/swiftdriver.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#
1111
# ----------------------------------------------------------------------------
1212

13-
import os
14-
1513
from . import cmark
1614
from . import foundation
1715
from . import indexstoredb
@@ -24,8 +22,6 @@
2422
from . import swift
2523
from . import xctest
2624

27-
from .. import shell
28-
from .. import targets
2925

3026
class SwiftDriver(product.Product):
3127
@classmethod
@@ -69,4 +65,3 @@ def should_install(self, host_target):
6965
def install(self, host_target):
7066
indexstoredb.run_build_script_helper(
7167
'install', host_target, self, self.args)
72-

0 commit comments

Comments
 (0)