Skip to content

Commit 6fcabee

Browse files
committed
removed some annotations
1 parent 1b3d6cf commit 6fcabee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

owlapy/embedding_based_reasoner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ def predict_individuals_of_owl_class(self, owl_class: OWLClass) -> List[OWLNamed
7272
top_entities=set()
7373
# Find all subconcepts
7474
owl_classes = [owl_class] + self.sub_classes(owl_class)
75-
c:OWLClass
7675
top_entity:str
77-
score:float
7876
for top_entity, score in self.predict(h=None,
7977
r=self.STR_IRI_TYPE,
8078
t=[c.iri.str for c in owl_classes]):

0 commit comments

Comments
 (0)