Skip to content

Commit 5ae31c0

Browse files
committed
Address Python linting failures
1 parent e771660 commit 5ae31c0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

utils/swift_build_support/swift_build_support/products/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from .benchmarks import Benchmarks
1515
from .cmark import CMark
1616
from .curl import LibCurl
17-
from .earlyswiftsyntax import EarlySwiftSyntax
1817
from .earlyswiftdriver import EarlySwiftDriver
18+
from .earlyswiftsyntax import EarlySwiftSyntax
1919
from .foundation import Foundation
2020
from .indexstoredb import IndexStoreDB
2121
from .libcxx import LibCXX
@@ -64,6 +64,7 @@
6464
'SwiftPM',
6565
'SwiftDriver',
6666
'EarlySwiftDriver',
67+
'EarlySwiftSyntax',
6768
'XCTest',
6869
'SwiftSyntax',
6970
'SKStressTester',

utils/swift_build_support/swift_build_support/products/earlyswiftsyntax.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
#
1111
# ----------------------------------------------------------------------------
1212

13-
import os
14-
1513
from . import cmake_product
16-
from . import product
17-
from .. import shell
1814
from .. import toolchain
1915

2016

0 commit comments

Comments
 (0)