We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2036f commit 64a3b80Copy full SHA for 64a3b80
test/src/test_basic_workflow.py
@@ -3,6 +3,8 @@
3
4
import linkedpipes
5
6
+COMPONENT = "http://linkedpipes.com/ontology/Component"
7
+HAS_TEMPLATE = "http://linkedpipes.com/ontology/template"
8
9
def test_basic_workflow():
10
"""
@@ -185,9 +187,6 @@ def delete_resources(
185
187
186
188
189
def update_pipeline(pipeline_iri: str, template_iri: str):
- COMPONENT = "http://linkedpipes.com/ontology/Component"
- HAS_TEMPLATE = "http://linkedpipes.com/ontology/template"
190
-
191
pipeline = linkedpipes.get_pipeline(pipeline_iri)
192
next_graph = []
193
for resource in pipeline[0]["@graph"]:
0 commit comments