Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Nov 22, 2019
1 parent d45d043 commit 43b5c30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_pytest/nodes.py
Expand Up @@ -25,13 +25,11 @@
from _pytest.mark.structures import Mark
from _pytest.mark.structures import MarkDecorator
from _pytest.mark.structures import NodeKeywords
from _pytest.outcomes import fail
from _pytest.outcomes import Failed

if False: # TYPE_CHECKING
# Imported here due to circular import.
from _pytest.main import Session # noqa: F401
from _pytest.fixtures import FixtureDef

SEP = "/"

Expand Down

0 comments on commit 43b5c30

Please sign in to comment.