Skip to content

Commit 5cdc15b

Browse files
committed
Fix pylint error
1 parent a20050a commit 5cdc15b

File tree

1 file changed

+2
-2
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+2
-2
lines changed

utils/swift_build_support/swift_build_support/products/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
from .cmark import CMark
1414
from .foundation import Foundation
15-
from .libdispatch import LibDispatch
1615
from .libcxx import LibCXX
16+
from .libdispatch import LibDispatch
1717
from .libicu import LibICU
1818
from .llbuild import LLBuild
1919
from .lldb import LLDB
@@ -29,8 +29,8 @@
2929
'CMark',
3030
'Ninja',
3131
'Foundation',
32-
'LibDispatch',
3332
'LibCXX',
33+
'LibDispatch',
3434
'LibICU',
3535
'LLBuild',
3636
'LLDB',

0 commit comments

Comments
 (0)