chore: Fix Typing Issues #23
Annotations
6 errors
attr-defined:
core/utils/__init__.py#L1
Module "core.utils.maintenance" has no attribute "extract_new_edges"; maybe "extract_edges" or "extract_nodes"?
|
attr-defined:
core/utils/__init__.py#L1
Module "core.utils.maintenance" has no attribute "extract_new_nodes"; maybe "extract_nodes" or "extract_edges"?
|
arg-type:
core/search/search.py#L96
Argument "episodes" to "SearchResults" has incompatible type "list[EpisodicNode]"; expected "list[str]"
|
arg-type:
core/search/search.py#L98
Argument "edges" to "SearchResults" has incompatible type "list[EntityEdge]"; expected "list[str]"
|
attr-defined:
core/graphiti.py#L308
"str" has no attribute "fact"
|
mypy
Process completed with exit code 1.
|