summaryrefslogtreecommitdiff
path: root/test/test_extras/test_infixowl/test_annotatableterms.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extras/test_infixowl/test_annotatableterms.py')
-rw-r--r--test/test_extras/test_infixowl/test_annotatableterms.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_extras/test_infixowl/test_annotatableterms.py b/test/test_extras/test_infixowl/test_annotatableterms.py
index 1e638267..598b9924 100644
--- a/test/test_extras/test_infixowl/test_annotatableterms.py
+++ b/test/test_extras/test_infixowl/test_annotatableterms.py
@@ -21,7 +21,6 @@ def graph():
def test_annotatableterms_comment_gettersetter(graph):
-
u = URIRef(EXNS.foo)
at = AnnotatableTerms(u, graph, EXNS.foo, True)
@@ -38,7 +37,6 @@ def test_annotatableterms_comment_gettersetter(graph):
def test_annotatableterms_seealso_gettersetter(graph):
-
u = URIRef(EXNS.foo)
at = AnnotatableTerms(u, graph, EXNS.foo, True)
@@ -54,7 +52,6 @@ def test_annotatableterms_seealso_gettersetter(graph):
def test_annotatableterms_label_gettersetter(graph):
-
u = URIRef(EXNS.foo)
at = AnnotatableTerms(u, graph, EXNS.foo, True)