We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5f06f commit 9dc3548Copy full SHA for 9dc3548
stdlib/asyncio/queues.pyi
@@ -4,10 +4,7 @@ from asyncio.events import AbstractEventLoop
4
from types import GenericAlias
5
from typing import Any, Generic, TypeVar
6
7
-if sys.version_info >= (3, 10):
8
- from .mixins import _LoopBoundMixin
9
-else:
10
- _LoopBoundMixin = object
+from .mixins import _LoopBoundMixin
11
12
class QueueEmpty(Exception): ...
13
class QueueFull(Exception): ...
0 commit comments