mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
gh-84623: Remove unused imports (#94132)
This commit is contained in:
parent
8661c5053f
commit
47e35625ff
28 changed files with 9 additions and 43 deletions
|
|
@ -8,7 +8,6 @@ import hashlib
|
|||
import os
|
||||
import ntpath
|
||||
import posixpath
|
||||
import sys
|
||||
import argparse
|
||||
from update_file import updating_file_with_tmpfile
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
# This script generates Lib/re/_casefix.py.
|
||||
|
||||
import collections
|
||||
import re
|
||||
import sys
|
||||
import unicodedata
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
# into a program for a different change to Python programs...
|
||||
|
||||
import sys
|
||||
import re
|
||||
import os
|
||||
from stat import *
|
||||
import getopt
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ import argparse
|
|||
import textwrap
|
||||
import tomllib
|
||||
import difflib
|
||||
import shutil
|
||||
import pprint
|
||||
import sys
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ import os.path
|
|||
import opcode
|
||||
from datetime import date
|
||||
import itertools
|
||||
import argparse
|
||||
import sys
|
||||
|
||||
if os.name == "nt":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue