mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Removed unused imports.
This commit is contained in:
parent
a6f26c1d34
commit
ccd047ea4b
26 changed files with 11 additions and 31 deletions
|
@ -4,7 +4,6 @@ Provides the Extension class, used to describe C/C++ extension
|
|||
modules in setup scripts."""
|
||||
|
||||
import os
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
# This class is really only used by the "build_ext" command, so it might
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue