mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
asyncio: remove unused imports and unused variables noticed by pyflakes
This commit is contained in:
parent
2c7203c6f5
commit
da492a8c39
7 changed files with 2 additions and 11 deletions
|
@ -5,9 +5,8 @@ This module allows high-level and efficient I/O multiplexing, built upon the
|
|||
"""
|
||||
|
||||
|
||||
from abc import ABCMeta, abstractmethod, abstractproperty
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from collections import namedtuple, Mapping
|
||||
import functools
|
||||
import math
|
||||
import select
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue