Remove now unnecessary os imports

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2025-01-15 09:00:17 +01:00
parent ee33e9f3ad
commit d67433304b
2 changed files with 0 additions and 2 deletions
@@ -5,7 +5,6 @@
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
#
import os
import re
from collections import OrderedDict
from typing import List, Optional
-1
View File
@@ -10,7 +10,6 @@ before changing how test data is constructed or validated.
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
#
import os
import re
import struct
from typing import Dict, List, Optional, Set, Union