Add Missing Node and edge CRUD #150
Annotations
4 errors and 2 notices
arg-type:
graphiti_core/edges.py#L110
Argument "target_node_uuid" to "EpisodicEdge" has incompatible type "list[str]"; expected "str"
|
operator:
graphiti_core/search/search.py#L87
Unsupported operand types for * ("int" and "None")
|
operator:
graphiti_core/search/search.py#L99
Unsupported operand types for * ("int" and "None")
|
mypy
Process completed with exit code 1.
|
Note:
graphiti_core/search/search.py#L87
Right operand is of type "int | None"
|
Note:
graphiti_core/search/search.py#L99
Right operand is of type "int | None"
|