fix python < 3.9 compatibility

Signed-off-by: Bas Zoetekouw <bas.zoetekouw@surf.nl>
This commit is contained in:
Bas Zoetekouw 2024-03-09 17:06:54 +01:00
parent fde7995cb8
commit 5e55df890c
No known key found for this signature in database
GPG Key ID: D183A517BFA98DE6
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
from __future__ import annotations
import argparse
import os

View File

@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
from __future__ import annotations
import argparse
import copy

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
# pylint: disable=protected-access
from __future__ import annotations
import argparse
import os