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

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