Remove path import from audit-validity-dates.py

This import is now unnecessary, as the script is in the same directory
as the module it imports in the framework submodule.

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2024-04-05 15:17:41 +01:00
parent 4765480ac1
commit f1ef72a112
-1
View File
@@ -28,7 +28,6 @@ from cryptography import x509
from generate_test_code import FileWrapper
import scripts_path # pylint: disable=unused-import
from framework_dev import build_tree
from framework_dev import logging_util