gh-120417: Remove unused imports in tests (part 4) (#120632)

This commit is contained in:
Victor Stinner 2024-06-17 17:35:20 +02:00 committed by GitHub
parent 5c4235cd8c
commit f4d301d8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1 additions and 10 deletions

View file

@ -2,7 +2,6 @@
# to ensure the Queue locks remain stable.
import itertools
import random
import sys
import threading
import time
import unittest