summaryrefslogtreecommitdiff
path: root/test/test_extras/test_infixowl/test_componentterms.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extras/test_infixowl/test_componentterms.py')
-rw-r--r--test/test_extras/test_infixowl/test_componentterms.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_extras/test_infixowl/test_componentterms.py b/test/test_extras/test_infixowl/test_componentterms.py
index c0833a3a..ba1c0d61 100644
--- a/test/test_extras/test_infixowl/test_componentterms.py
+++ b/test/test_extras/test_infixowl/test_componentterms.py
@@ -28,7 +28,6 @@ def graph():
def test_componentterms_restriction():
-
name = EXNS.Man
assert isinstance(name, URIRef)
@@ -45,7 +44,6 @@ def test_componentterms_restriction():
def test_componentterms_booleanclass(graph):
-
fire = Class(EXNS.Fire)
water = Class(EXNS.Water)
@@ -59,7 +57,6 @@ def test_componentterms_booleanclass(graph):
def test_componentterms_booleanclass_bnodeid(graph):
-
fire = Class(EXNS.Fire)
water = Class(EXNS.Water)