From 7a661257b6adad0c8f53e32b42ced56a1e7d952f Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Thu, 2 Feb 2023 14:02:05 +0000 Subject: MLIA-769 Expand use of target/backend registries - Use the target/backend registries to avoid hard-coded names. - Cache target profiles to avoid re-loading them Change-Id: I474b7c9ef23894e1d8a3ea06d13a37652054c62e --- tests_e2e/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests_e2e/test_e2e.py') diff --git a/tests_e2e/test_e2e.py b/tests_e2e/test_e2e.py index d09d0ab..37a1833 100644 --- a/tests_e2e/test_e2e.py +++ b/tests_e2e/test_e2e.py @@ -20,7 +20,7 @@ from typing import Sequence import pytest -from mlia.cli.config import get_available_backends +from mlia.backend.manager 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 -- cgit v1.2.1