gh-105407: Remove unused imports in tools (#105409)

This commit is contained in:
Victor Stinner 2023-06-06 22:51:26 +02:00 committed by GitHub
parent ae319e4b43
commit b8c79b2b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@
# to update Python/stdlib_module_names.h
import _imp
import os.path
import re
import subprocess
import sys
import sysconfig

View File

@ -4,7 +4,6 @@
import re
import sys
import collections
from dataclasses import dataclass
def choice(*opts):