diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-13 10:58:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-13 10:58:28 +0100 |
commit | 85cabed260fa28747adea2f39662e28e15cc832c (patch) | |
tree | 1ce37e8b00707bb20c36afb252b46556f832723b /Tools/wasm/emscripten/web_example/wasm_assets.py | |
parent | b2ca26875a75fdd70e39a8fe2b1b31b863794c41 (diff) | |
download | cpython-85cabed260fa28747adea2f39662e28e15cc832c.tar.gz cpython-85cabed260fa28747adea2f39662e28e15cc832c.zip |
gh-131152: Remove unused imports from `Tools/{build,wasm}` (#131155)
Diffstat (limited to 'Tools/wasm/emscripten/web_example/wasm_assets.py')
-rwxr-xr-x | Tools/wasm/emscripten/web_example/wasm_assets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/wasm/emscripten/web_example/wasm_assets.py b/Tools/wasm/emscripten/web_example/wasm_assets.py index 7f0fa7ae7c1..c828f4e5785 100755 --- a/Tools/wasm/emscripten/web_example/wasm_assets.py +++ b/Tools/wasm/emscripten/web_example/wasm_assets.py @@ -12,7 +12,6 @@ contains: import argparse import pathlib -import shutil import sys import sysconfig import zipfile |