From 08b4afd1bc8970bb0fa29af0fe5fb5a0d80ce663 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sun, 5 Nov 2023 22:06:54 +0100 Subject: [PATCH] nodes: switch to from __future__ import annotations --- src/_pytest/nodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_pytest/nodes.py b/src/_pytest/nodes.py index 208563c12..e450a32bd 100644 --- a/src/_pytest/nodes.py +++ b/src/_pytest/nodes.py @@ -53,7 +53,6 @@ SEP = "/" tracebackcutdir = Path(_pytest.__file__).parent -_T = TypeVar("_T") def _imply_path(