Custom ontology #761
Annotations
5 errors
assignment:
graphiti_core/utils/maintenance/node_operations.py#L311
Incompatible types in assignment (expression has type "tuple[Never, ...]", variable has type "tuple[BaseModel]")
|
attr-defined:
graphiti_core/utils/maintenance/node_operations.py#L322
"Sequence[str]" has no attribute "append"
|
var-annotated:
graphiti_core/utils/maintenance/node_operations.py#L324
Need type annotation for "entity_attributes_model"
|
arg-type:
graphiti_core/utils/maintenance/node_operations.py#L325
Argument "__base__" to "create_model" has incompatible type "tuple[BaseModel, type[Summary]]"; expected "type[Never] | tuple[type[Never], ...]"
|
mypy
Process completed with exit code 1.
|