Skip to content

Commit 7677ff2

Browse files
committed
Remove unused import and reorganize imports of modules.
1 parent c9bba2b commit 7677ff2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lib/distutils/command/sdist.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
from warnings import warn
99

1010
from distutils.core import Command
11-
from distutils import dir_util, dep_util, file_util, archive_util
11+
from distutils import dir_util
12+
from distutils import file_util
13+
from distutils import archive_util
1214
from distutils.text_file import TextFile
1315
from distutils.filelist import FileList
1416
from distutils import log

0 commit comments

Comments
 (0)