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 b85b819 commit d8549b0Copy full SHA for d8549b0
pytest_asyncio/plugin.py
@@ -8,21 +8,23 @@
8
import socket
9
import warnings
10
from asyncio import AbstractEventLoopPolicy
11
-from textwrap import dedent
12
-from typing import (
13
- Any,
+from collections.abc import (
14
AsyncIterator,
15
Awaitable,
16
- Callable,
17
- Dict,
18
Generator,
19
Iterable,
20
Iterator,
+ Mapping,
+ Sequence,
+)
+from textwrap import dedent
21
+from typing import (
22
+ Any,
23
+ Callable,
24
+ Dict,
25
List,
26
Literal,
- Mapping,
27
Optional,
- Sequence,
28
Set,
29
Type,
30
TypeVar,
0 commit comments