Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Dec 13, 2024
1 parent 76726a0 commit 0e1686a
Showing 1 changed file with 1 addition and 1 deletion.
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
@@ -1,7 +1,7 @@
import pathlib
from csv import DictReader
from typing import Any, Dict, List
from unittest.mock import MagicMock, patch
from unittest.mock import MagicMock

import pytest
from langchain.memory import ConversationBufferMemory, ReadOnlySharedMemory
Expand Down

0 comments on commit 0e1686a

Please sign in to comment.