File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 17
17
from _pytest ._code .code import ReprExceptionInfo
18
18
from _pytest .compat import cached_property
19
19
from _pytest .compat import getfslineno
20
- from _pytest .deprecated import NODE_USE_FROM_PARENT
21
20
from _pytest .config import Config
21
+ from _pytest .deprecated import NODE_USE_FROM_PARENT
22
22
from _pytest .fixtures import FixtureDef
23
23
from _pytest .fixtures import FixtureLookupError
24
24
from _pytest .fixtures import FixtureLookupErrorRepr
25
25
from _pytest .mark .structures import Mark
26
26
from _pytest .mark .structures import MarkDecorator
27
27
from _pytest .mark .structures import NodeKeywords
28
28
from _pytest .outcomes import fail
29
- from _pytest .deprecated import NODE_USE_FROM_PARENT
30
29
from _pytest .outcomes import Failed
31
30
32
31
if False : # TYPE_CHECKING
You can’t perform that action at this time.
0 commit comments