aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/wasm/emscripten/web_example/wasm_assets.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2025-03-13 10:58:28 +0100
committerGitHub <noreply@github.com>2025-03-13 10:58:28 +0100
commit85cabed260fa28747adea2f39662e28e15cc832c (patch)
tree1ce37e8b00707bb20c36afb252b46556f832723b /Tools/wasm/emscripten/web_example/wasm_assets.py
parentb2ca26875a75fdd70e39a8fe2b1b31b863794c41 (diff)
downloadcpython-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-xTools/wasm/emscripten/web_example/wasm_assets.py1
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