commit | e488e300f5c01289c10906c2e53a8e43d6de32d8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 30 11:28:09 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 30 11:28:09 2020 +0200 |
tree | 5e877eebed4bfad1ac2536e6fc706914fe2316e2 | |
parent | 90549676e063c2c818cfc14213d3adb7edcc2bd5 [diff] [blame] |
bpo-40443: Remove unused imports in distutils (GH-19802)
diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index d1de2fb..d5857cb 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py
@@ -13,7 +13,7 @@ DistutilsExecError, DistutilsPlatformError, \ CompileError, LibError, LinkError from distutils.ccompiler import \ - CCompiler, gen_preprocess_options, gen_lib_options + CCompiler, gen_lib_options from distutils import log _can_read_reg = False