Skip to content

Commit

Permalink
Adjust import path after script moves
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
  • Loading branch information
gilles-peskine-arm committed Oct 9, 2024
1 parent 4103f92 commit 48c005f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion scripts/check_test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import re
import sys

import scripts_path # pylint: disable=unused-import
from mbedtls_framework import collect_test_cases


Expand Down
3 changes: 1 addition & 2 deletions scripts/mbedtls_framework/collect_test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
import subprocess
import sys

import scripts_path # pylint: disable=unused-import
from mbedtls_framework import build_tree
from . import build_tree


class ScriptOutputError(ValueError):
Expand Down
2 changes: 1 addition & 1 deletion scripts/mbedtls_framework/outcome_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import typing

import collect_test_cases
from . import collect_test_cases


# `ComponentOutcomes` is a named tuple which is defined as:
Expand Down

0 comments on commit 48c005f

Please sign in to comment.