mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-120417: Remove unused imports in Tools (#120623)
This commit is contained in:
parent
6acf7776ef
commit
d9b4316374
4 changed files with 3 additions and 6 deletions
|
@ -5,10 +5,10 @@ See the notes at the top of Python/frozen.c for more info.
|
|||
|
||||
from collections import namedtuple
|
||||
import hashlib
|
||||
import os
|
||||
import ntpath
|
||||
import os
|
||||
import posixpath
|
||||
import argparse
|
||||
|
||||
from update_file import updating_file_with_tmpfile
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue