Skip to content

Commit 9dc3548

Browse files
authored
Remove version_info branch
1 parent 8b5f06f commit 9dc3548

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stdlib/asyncio/queues.pyi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ from asyncio.events import AbstractEventLoop
44
from types import GenericAlias
55
from typing import Any, Generic, TypeVar
66

7-
if sys.version_info >= (3, 10):
8-
from .mixins import _LoopBoundMixin
9-
else:
10-
_LoopBoundMixin = object
7+
from .mixins import _LoopBoundMixin
118

129
class QueueEmpty(Exception): ...
1310
class QueueFull(Exception): ...

0 commit comments

Comments
 (0)