Skip to content

Commit 85cabed

Browse files
authored
gh-131152: Remove unused imports from Tools/{build,wasm} (#131155)
1 parent b2ca268 commit 85cabed

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Tools/build/generate-build-details.py

-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
import os
1111
import sys
1212
import sysconfig
13-
import traceback
14-
import warnings
15-
16-
17-
if False: # TYPE_CHECKING
18-
pass
1913

2014

2115
def version_info_to_dict(obj): # (object) -> dict[str, Any]

Tools/wasm/emscripten/web_example/wasm_assets.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import argparse
1414
import pathlib
15-
import shutil
1615
import sys
1716
import sysconfig
1817
import zipfile

0 commit comments

Comments
 (0)