Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LckyLke committed Dec 2, 2024
1 parent cc3d7d9 commit 097a0c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_OWLObjectComplementOf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def test_complement_of_owl_thing_is_owl_nothing():
individuals_complement_of_nothing = reasoner.instances(complement_of_nothing)
assert individuals_thing == individuals_complement_of_nothing


def test_complement_of_owl_nothing_is_owl_thing():
owl_thing = OWLClass(IRI.create('http://www.w3.org/2002/07/owl#Thing'))
owl_nothing = OWLClass(IRI.create('http://www.w3.org/2002/07/owl#Nothing'))
Expand Down

0 comments on commit 097a0c6

Please sign in to comment.