Skip to content

Commit b413f91

Browse files
committed
Sort imports
1 parent c3c0f06 commit b413f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/_msvccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
LibError,
3434
LinkError,
3535
)
36-
from .util import get_platform, get_host_platform
36+
from .util import get_host_platform, get_platform
3737

3838

3939
def _find_vc2015():

0 commit comments

Comments
 (0)