mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Drop three unused imports (#141875)
This commit is contained in:
parent
e457d60daa
commit
ecb901dd87
3 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Tools to analyze tasks running in asyncio programs."""
|
||||
|
||||
from collections import defaultdict, namedtuple
|
||||
from collections import defaultdict
|
||||
from itertools import count
|
||||
from enum import Enum
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue