From 98ccb709848a19345adcf8d087ac8a6c69fc6fe1 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sun, 1 Sep 2024 17:57:49 +0200 Subject: [PATCH] fixup: future annotations --- src/pluggy/_types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pluggy/_types.py b/src/pluggy/_types.py index 1e978f8e..41fd914f 100644 --- a/src/pluggy/_types.py +++ b/src/pluggy/_types.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from typing import Mapping from typing import TypedDict import warnings