Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e9c0ba

Browse files
committed
Remove redundant import
1 parent ac20f77 commit 6e9c0ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/cygwinccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def check_config_h():
365365
# "config.h" check -- should probably be renamed...
366366

367367
from distutils import sysconfig
368-
import string,sys
368+
import string
369369
# if sys.version contains GCC then python was compiled with
370370
# GCC, and the config.h file should be OK
371371
if string.find(sys.version,"GCC") >= 0:

0 commit comments

Comments
 (0)