Skip to content

Commit

Permalink
checking ruff on pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Aug 23, 2024
1 parent f6c546f commit 2fd5e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ontology_reasoning.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
L = OWLClass(IRI(NS, 'L'))
M = OWLClass(IRI(NS, 'M'))
N = OWLClass(IRI(NS, 'N'))
O = OWLClass(IRI(NS, 'O'))
O = OWLClass(IRI(NS, 'OO'))
P = OWLClass(IRI(NS, 'P'))
Q = OWLClass(IRI(NS, 'Q'))
R = OWLClass(IRI(NS, 'R'))
Expand Down

0 comments on commit 2fd5e75

Please sign in to comment.