Skip to content

Commit d45d043

Browse files
pre-commit
1 parent c096756 commit d45d043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/_pytest/nodes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
from _pytest._code.code import ReprExceptionInfo
1818
from _pytest.compat import cached_property
1919
from _pytest.compat import getfslineno
20-
from _pytest.deprecated import NODE_USE_FROM_PARENT
2120
from _pytest.config import Config
21+
from _pytest.deprecated import NODE_USE_FROM_PARENT
2222
from _pytest.fixtures import FixtureDef
2323
from _pytest.fixtures import FixtureLookupError
2424
from _pytest.fixtures import FixtureLookupErrorRepr
2525
from _pytest.mark.structures import Mark
2626
from _pytest.mark.structures import MarkDecorator
2727
from _pytest.mark.structures import NodeKeywords
2828
from _pytest.outcomes import fail
29-
from _pytest.deprecated import NODE_USE_FROM_PARENT
3029
from _pytest.outcomes import Failed
3130

3231
if False: # TYPE_CHECKING

0 commit comments

Comments
 (0)