Skip to content

Commit 43b5c30

Browse files
flake8
1 parent d45d043 commit 43b5c30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/_pytest/nodes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
from _pytest.mark.structures import Mark
2626
from _pytest.mark.structures import MarkDecorator
2727
from _pytest.mark.structures import NodeKeywords
28-
from _pytest.outcomes import fail
2928
from _pytest.outcomes import Failed
3029

3130
if False: # TYPE_CHECKING
3231
# Imported here due to circular import.
3332
from _pytest.main import Session # noqa: F401
34-
from _pytest.fixtures import FixtureDef
3533

3634
SEP = "/"
3735

0 commit comments

Comments
 (0)