Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Dec 18, 2024
1 parent 6761ffe commit 296c73e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from langchain_neo4j.chains.graph_qa.cypher import GraphCypherQAChain
from langchain_neo4j.graphs.neo4j_graph import Neo4jGraph
from tests.unit_tests.llms.fake_llm import FakeLLM
from tests.llms.fake_llm import FakeLLM


def test_connect_neo4j() -> None:
Expand Down
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/neo4j/tests/unit_tests/chains/test_graph_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)
from langchain_neo4j.graphs.graph_document import GraphDocument
from langchain_neo4j.graphs.graph_store import GraphStore
from tests.unit_tests.llms.fake_llm import FakeLLM
from tests.llms.fake_llm import FakeLLM


class FakeGraphStore(GraphStore):
Expand Down

0 comments on commit 296c73e

Please sign in to comment.