Skip to content

Commit

Permalink
Updated OntClass uri2id method commet
Browse files Browse the repository at this point in the history
  • Loading branch information
punith300i committed Jun 5, 2023
1 parent 9fa54bd commit 419e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sand/models/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readable_label(self):
def uri2id(uri: str) -> str:
"""Convert class URI to entity ID."""
raise NotImplementedError(
"The method is set when its store is initialized. Check the call order to ensure `OntClassAR`is called first"
"The method is set when its store is initialized. Check the call order to ensure `OntClassAR` is called first"
)

@staticmethod
Expand Down

0 comments on commit 419e074

Please sign in to comment.