mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-13 14:47:47 +00:00
Remove now unnecessary os imports
Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user