From a4fb8c72f15146c95df16c25e75f03344e9814fd Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Wed, 11 Jan 2023 12:32:02 +0000 Subject: MLIA-591 Create interface for target profiles New class 'TargetProfile' is used to load and verify target profiles. Change-Id: I76373a923e2e5f55c4e95860635afe9fc5627a5d --- tests_e2e/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests_e2e') diff --git a/tests_e2e/test_e2e.py b/tests_e2e/test_e2e.py index 546bd7e..d09d0ab 100644 --- a/tests_e2e/test_e2e.py +++ b/tests_e2e/test_e2e.py @@ -24,7 +24,7 @@ from mlia.cli.config import get_available_backends from mlia.cli.main import get_commands from mlia.cli.main import get_possible_command_names from mlia.cli.main import init_parser -from mlia.utils.filesystem import get_builtin_supported_profile_names +from mlia.target.config import get_builtin_supported_profile_names from mlia.utils.types import is_list_of -- cgit v1.2.1