From 38114c03ba4462b183d00bfb236c54c6a804e3aa Mon Sep 17 00:00:00 2001 From: unexcellent <> Date: Tue, 29 Oct 2024 20:41:52 +0100 Subject: [PATCH] test: fix type annotations for python 3.8 and 3.9 --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 1c8b505..f9503ef 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,8 @@ # Copyright DB InfraGO AG and contributors # SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + import glob import json import sys