mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
This commit is contained in:
parent
43a74abb3a
commit
b9498e2367
7 changed files with 0 additions and 9 deletions
|
@ -1,10 +1,8 @@
|
|||
# Some simple queue module tests, plus some failure conditions
|
||||
# to ensure the Queue locks remain stable.
|
||||
import collections
|
||||
import itertools
|
||||
import queue
|
||||
import random
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
import unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue