1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Add missing import in test_psa_compliance.py

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-08-29 17:36:35 +01:00
parent fd9264e65b
commit 9cc6b2f446

View File

@ -28,6 +28,7 @@ import re
import shutil
import subprocess
import sys
from typing import List
#pylint: disable=unused-import
import scripts_path