Skip to content

Commit c38ba4c

Browse files
committed
test_openai_llm possibly failed because of import in ci cd
1 parent be9bba1 commit c38ba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/llm/test_openai_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import openai
1919
import pytest
2020
from neo4j_graphrag.exceptions import LLMGenerationError
21-
from neo4j_graphrag.llm import LLMResponse
21+
from neo4j_graphrag.llm.types import LLMResponse
2222
from neo4j_graphrag.llm.openai_llm import AzureOpenAILLM, OpenAILLM
2323
from neo4j_graphrag.llm.types import ToolCallResponse
2424
from neo4j_graphrag.tool import Tool

0 commit comments

Comments
 (0)