Skip to content

Commit

Permalink
fix typo in triple_store.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-KOUAGOU committed Dec 2, 2024
1 parent b082a66 commit f765197
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ontolearn/triple_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,7 @@ def __repr__(self):


class TripleStoreReasoner(AbstractOWLReasoner):
<<<<<<< HEAD
#__slots__ = "ontology"
=======
>>>>>>> origin/merge_triplestore_and_kb


def __init__(self, ontology: TripleStoreOntology):
self.ontology = ontology
self.url = self.ontology.url
Expand Down

0 comments on commit f765197

Please sign in to comment.