Skip to content

Commit d8549b0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b85b819 commit d8549b0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pytest_asyncio/plugin.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@
88
import socket
99
import warnings
1010
from asyncio import AbstractEventLoopPolicy
11-
from textwrap import dedent
12-
from typing import (
13-
Any,
11+
from collections.abc import (
1412
AsyncIterator,
1513
Awaitable,
16-
Callable,
17-
Dict,
1814
Generator,
1915
Iterable,
2016
Iterator,
17+
Mapping,
18+
Sequence,
19+
)
20+
from textwrap import dedent
21+
from typing import (
22+
Any,
23+
Callable,
24+
Dict,
2125
List,
2226
Literal,
23-
Mapping,
2427
Optional,
25-
Sequence,
2628
Set,
2729
Type,
2830
TypeVar,

0 commit comments

Comments
 (0)