Skip to content

Commit

Permalink
Remove path import from audit-validity-dates.py
Browse files Browse the repository at this point in the history
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 <david.horstmann@arm.com>
  • Loading branch information
davidhorstmann-arm committed Mar 26, 2024
1 parent dbd4b9d commit 76f8277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/audit-validity-dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

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

Expand Down

0 comments on commit 76f8277

Please sign in to comment.