Skip to content

Commit b8c79b2

Browse files
authored
gh-105407: Remove unused imports in tools (#105409)
1 parent ae319e4 commit b8c79b2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tools/build/generate_stdlib_module_names.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# to update Python/stdlib_module_names.h
33
import _imp
44
import os.path
5-
import re
6-
import subprocess
75
import sys
86
import sysconfig
97

Tools/cases_generator/lexer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import re
66
import sys
7-
import collections
87
from dataclasses import dataclass
98

109
def choice(*opts):

0 commit comments

Comments
 (0)