From 60e86116f064897206b036b2e1bec4bff15b2a40 Mon Sep 17 00:00:00 2001 From: Zippo00 Date: Mon, 2 Mar 2026 21:27:49 +0800 Subject: [PATCH] minor change --- unit-tests/test_cli.py | 2 +- unit-tests/test_registry.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unit-tests/test_cli.py b/unit-tests/test_cli.py index 1e08631..973050a 100644 --- a/unit-tests/test_cli.py +++ b/unit-tests/test_cli.py @@ -1,8 +1,8 @@ """ Unit tests for AVISE CLI """ -from avise import cli, __version__ import pytest +from avise import cli, __version__ SET_CONF_PATH = "avise/configs/SET//languagemodel/single_turn/prompt_injection_mini.json" CONNECTOR_CONF_PATH = "avise/configs/connector/ollama.json" diff --git a/unit-tests/test_registry.py b/unit-tests/test_registry.py index c27749e..2d822f5 100644 --- a/unit-tests/test_registry.py +++ b/unit-tests/test_registry.py @@ -3,4 +3,4 @@ """ import pytest -#TODO \ No newline at end of file +#TODO