summaryrefslogtreecommitdiff
path: root/test/test_extras/test_infixowl/test_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extras/test_infixowl/test_class.py')
-rw-r--r--test/test_extras/test_infixowl/test_class.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_extras/test_infixowl/test_class.py b/test/test_extras/test_infixowl/test_class.py
index 37adf571..f82f63c2 100644
--- a/test/test_extras/test_infixowl/test_class.py
+++ b/test/test_extras/test_infixowl/test_class.py
@@ -31,7 +31,6 @@ def graph():
def test_class_instantiation(graph):
-
name = EXNS.Man
assert isinstance(name, URIRef)
@@ -195,7 +194,6 @@ def test_class_getparents(graph):
def test_class_serialize(graph):
-
father = Class(EXNS.Father)
sister = Class(EXNS.Sister)
parent = Class(EXNS.Parent)