diff --git a/tests/test_factories.py b/tests/test_factories.py index 10fd8ad..c42dbb1 100644 --- a/tests/test_factories.py +++ b/tests/test_factories.py @@ -1,6 +1,6 @@ import pytest -from src.naliiabot.bot.factories.llm_factory import LLMFactory -from src.naliiabot.bot.exceptions import NotFoundProviderError +from naliiabot.bot.factories.llm_factory import LLMFactory +from naliiabot.bot.exceptions import NotFoundProviderError from langchain_anthropic import ChatAnthropic from langchain_deepseek import ChatDeepSeek