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
10
- from _pytest .assertion import rewrite , truncate , util
11
+ from _pytest .assertion import rewrite
12
+ from _pytest .assertion import truncate
13
+ from _pytest .assertion import util
11
14
from _pytest .assertion .rewrite import assertstate_key
12
- from _pytest .config import Config , hookimpl
15
+ from _pytest .config import Config
16
+ from _pytest .config import hookimpl
13
17
from _pytest .config .argparsing import Parser
14
18
from _pytest .nodes import Item
15
19
20
+
16
21
if TYPE_CHECKING :
17
22
from _pytest .main import Session
18
23
You can’t perform that action at this time.
0 commit comments