Custom ontology #755
Annotations
5 errors
Run MyPy for graphiti-core:
graphiti_core/utils/maintenance/node_operations.py#L310
Need type annotation for "entity_type_classes"
|
Run MyPy for graphiti-core:
graphiti_core/utils/maintenance/node_operations.py#L312
Argument 1 to "filter" has incompatible type "Callable[[Any], bool]"; expected "Callable[[BaseModel | Any | None], TypeGuard[Never]]"
|
Run MyPy for graphiti-core:
graphiti_core/utils/maintenance/node_operations.py#L313
Item "None" of "dict[str, BaseModel] | None" has no attribute "get"
|
Run MyPy for graphiti-core:
graphiti_core/utils/maintenance/node_operations.py#L318
"Sequence[str]" has no attribute "append"
|
Run MyPy for graphiti-core
Process completed with exit code 1.
|
Loading