From 5e55df890c1bf0e0685176044555af590b784a46 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Sat, 9 Mar 2024 17:06:54 +0100 Subject: [PATCH] fix python < 3.9 compatibility Signed-off-by: Bas Zoetekouw --- pytests/test_can_merge_build.py | 1 + pytests/test_can_merge_cmd_ent.py | 1 + pytests/test_normalize_final_build.py | 1 + 3 files changed, 3 insertions(+) diff --git a/pytests/test_can_merge_build.py b/pytests/test_can_merge_build.py index 2519da7..e5ab1f6 100644 --- a/pytests/test_can_merge_build.py +++ b/pytests/test_can_merge_build.py @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 +from __future__ import annotations import argparse import os diff --git a/pytests/test_can_merge_cmd_ent.py b/pytests/test_can_merge_cmd_ent.py index 973a691..59fe8a3 100644 --- a/pytests/test_can_merge_cmd_ent.py +++ b/pytests/test_can_merge_cmd_ent.py @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 +from __future__ import annotations import argparse import copy diff --git a/pytests/test_normalize_final_build.py b/pytests/test_normalize_final_build.py index 98d3ad7..55a6faf 100644 --- a/pytests/test_normalize_final_build.py +++ b/pytests/test_normalize_final_build.py @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 # pylint: disable=protected-access +from __future__ import annotations import argparse import os