diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-22 19:14:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 19:14:27 +0200 |
commit | 47e35625ff2c4e6511a12e7178c3e4fbc965b634 (patch) | |
tree | e9a6b4d687233135f993260b12011613b9189058 /Tools/scripts/freeze_modules.py | |
parent | 8661c5053fbe3e246289d77e49a813470b3a16f7 (diff) | |
download | cpython-47e35625ff2c4e6511a12e7178c3e4fbc965b634.tar.gz cpython-47e35625ff2c4e6511a12e7178c3e4fbc965b634.zip |
gh-84623: Remove unused imports (#94132)
Diffstat (limited to 'Tools/scripts/freeze_modules.py')
-rw-r--r-- | Tools/scripts/freeze_modules.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/freeze_modules.py b/Tools/scripts/freeze_modules.py index dd208c78471..aa1e4fe2ea0 100644 --- a/Tools/scripts/freeze_modules.py +++ b/Tools/scripts/freeze_modules.py @@ -8,7 +8,6 @@ import hashlib import os import ntpath import posixpath -import sys import argparse from update_file import updating_file_with_tmpfile |