Skip to content

Commit eecf632

Browse files
committed
Ruff
1 parent 6899406 commit eecf632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neo4j_graphrag/experimental/components/entity_relation_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import enum
1919
import json
2020
import logging
21-
from typing import Any, List, Optional, Union, cast
21+
from typing import Any, List, Optional, Union
2222

2323
import json_repair
2424
from pydantic import ValidationError, validate_call

0 commit comments

Comments
 (0)