Closed ba-talibe closed 6 months ago
In the data classes in commons/ontology_learning_schema.py, the attributes uid are announced of type str, but we instantiate them with a type UUID.uuid.
commons/ontology_learning_schema.py
uid
str
UUID.uuid
Do we change the type in the data classes or the usage when instantiating?
In the data classes in
commons/ontology_learning_schema.py
, the attributesuid
are announced of typestr
, but we instantiate them with a typeUUID.uuid
.Do we change the type in the data classes or the usage when instantiating?