aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_helpers.py')
-rw-r--r--tests/test_cli_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli_helpers.py b/tests/test_cli_helpers.py
index 6d19207..494ed89 100644
--- a/tests/test_cli_helpers.py
+++ b/tests/test_cli_helpers.py
@@ -10,7 +10,7 @@ import pytest
from mlia.cli.helpers import CLIActionResolver
from mlia.cli.helpers import copy_profile_file_to_output_dir
-from mlia.nn.tensorflow.optimizations.select import OptimizationSettings
+from mlia.nn.select import OptimizationSettings
class TestCliActionResolver: