Merge pull request #887 from baszoetekouw/fix-oldpython

Fix support for older python versions
This commit is contained in:
Povilas Kanapickas
2024-03-09 23:29:32 +02:00
committed by GitHub
9 changed files with 69 additions and 16 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