Skip to content

Commit

Permalink
Rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Nov 29, 2024
1 parent e11ba9e commit fb5c78c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/e2e/test_lexical_graph_builder_component_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from unittest.mock import MagicMock

import neo4j
import pytest
from neo4j_graphrag.experimental.components.entity_relation_extractor import (
LLMEntityRelationExtractor,
)
from neo4j_graphrag.experimental.components.kg_writer import Neo4jWriter
from neo4j_graphrag.experimental.components.lexical_graph import LexicalGraphBuilder
from neo4j_graphrag.experimental.components.types import (
Expand All @@ -27,7 +22,6 @@
TextChunks,
)
from neo4j_graphrag.experimental.pipeline import Pipeline
from neo4j_graphrag.llm import LLMResponse


@pytest.mark.asyncio
Expand Down

0 comments on commit fb5c78c

Please sign in to comment.