mirror of
https://github.com/python/cpython.git
synced 2025-11-10 10:32:04 +00:00
gh-131152: Remove unused imports from Tools/{build,wasm} (#131155)
This commit is contained in:
parent
b2ca26875a
commit
85cabed260
2 changed files with 0 additions and 7 deletions
|
|
@ -10,12 +10,6 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import sysconfig
|
import sysconfig
|
||||||
import traceback
|
|
||||||
import warnings
|
|
||||||
|
|
||||||
|
|
||||||
if False: # TYPE_CHECKING
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def version_info_to_dict(obj): # (object) -> dict[str, Any]
|
def version_info_to_dict(obj): # (object) -> dict[str, Any]
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import pathlib
|
import pathlib
|
||||||
import shutil
|
|
||||||
import sys
|
import sys
|
||||||
import sysconfig
|
import sysconfig
|
||||||
import zipfile
|
import zipfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue