You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_TModelConstructorCallable type definition is incorrect, also generally revise type definitions. E.g _TModelInstance is still defined in generic classes/functions.
The text was updated successfully, but these errors were encountered:
Replaced ModelInstance type with
rdfproxy.utils._types._TMOdelInstance. ModelInstance was defined using
PEP 695 before but the type will be used all over the code base and
should have a central definition.
Fixed _TModelConstructorCallable type to be a Callable expecting a
SPARQLWrapper.QueryResult parameter and returning an Iterable of
Pydantic model instances.
closes: #10
_TModelConstructorCallable
type definition is incorrect, also generally revise type definitions. E.g_TModelInstance
is still defined in generic classes/functions.The text was updated successfully, but these errors were encountered: