File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
from __future__ import annotations
5
5
6
- import sys
7
6
from collections .abc import Generator
8
- from typing import Any , TYPE_CHECKING
7
+ import sys
8
+ from typing import Any
9
+ from typing import TYPE_CHECKING
9
10
from typing import Protocol
10
11
11
- from _pytest .assertion import rewrite , truncate , util
12
+ from _pytest .assertion import rewrite
13
+ from _pytest .assertion import truncate
14
+ from _pytest .assertion import util
12
15
from _pytest .assertion .rewrite import assertstate_key
13
- from _pytest .config import Config , hookimpl
16
+ from _pytest .config import Config
17
+ from _pytest .config import hookimpl
14
18
from _pytest .config .argparsing import Parser
15
19
from _pytest .nodes import Item
16
20
21
+
17
22
if TYPE_CHECKING :
18
23
from _pytest .main import Session
19
24
You can’t perform that action at this time.
0 commit comments