Skip to content

Commit f4ce818

Browse files
committed
Re-ordered imports in order to satisfy python linter.
1 parent 91ee0aa commit f4ce818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build_swift/driver_arguments.py

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

1313
import android.adb.commands
1414

15-
from . import defaults
16-
1715
from swift_build_support.swift_build_support import arguments
1816
from swift_build_support.swift_build_support import host
1917
from swift_build_support.swift_build_support import targets
@@ -22,6 +20,8 @@
2220
from swift_build_support.swift_build_support.targets import \
2321
StdlibDeploymentTarget
2422

23+
from . import defaults
24+
2525

2626
__all__ = [
2727
'apply_default_arguments',

0 commit comments

Comments
 (0)