nodes: switch to from __future__ import annotations
This commit is contained in:
parent
ec2bcc51ee
commit
08b4afd1bc
|
@ -53,7 +53,6 @@ SEP = "/"
|
||||||
tracebackcutdir = Path(_pytest.__file__).parent
|
tracebackcutdir = Path(_pytest.__file__).parent
|
||||||
|
|
||||||
|
|
||||||
_T = TypeVar("_T")
|
|
||||||
|
|
||||||
|
|
||||||
def _imply_path(
|
def _imply_path(
|
||||||
|
|
Loading…
Reference in New Issue