Drop three unused imports (#141875)

This commit is contained in:
yihong 2025-11-24 00:33:05 +08:00 committed by GitHub
parent e457d60daa
commit ecb901dd87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View file

@ -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