Add missing import in test_psa_compliance.py
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
fd9264e65b
commit
9cc6b2f446
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ import re
|
|||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
from typing import List
|
||||
|
||||
#pylint: disable=unused-import
|
||||
import scripts_path
|
||||
|
|
Loading…
Reference in a new issue