mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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 json
|
|||
import os
|
||||
import sys
|
||||
import sysconfig
|
||||
import traceback
|
||||
import warnings
|
||||
|
||||
|
||||
if False: # TYPE_CHECKING
|
||||
pass
|
||||
|
||||
|
||||
def version_info_to_dict(obj): # (object) -> dict[str, Any]
|
||||
|
|
|
@ -12,7 +12,6 @@ contains:
|
|||
|
||||
import argparse
|
||||
import pathlib
|
||||
import shutil
|
||||
import sys
|
||||
import sysconfig
|
||||
import zipfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue