Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Sep 17, 2023
1 parent 7d2036f commit 64a3b80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/src/test_basic_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

import linkedpipes

COMPONENT = "http://linkedpipes.com/ontology/Component"
HAS_TEMPLATE = "http://linkedpipes.com/ontology/template"

def test_basic_workflow():
"""
Expand Down Expand Up @@ -185,9 +187,6 @@ def delete_resources(


def update_pipeline(pipeline_iri: str, template_iri: str):
COMPONENT = "http://linkedpipes.com/ontology/Component"
HAS_TEMPLATE = "http://linkedpipes.com/ontology/template"

pipeline = linkedpipes.get_pipeline(pipeline_iri)
next_graph = []
for resource in pipeline[0]["@graph"]:
Expand Down

0 comments on commit 64a3b80

Please sign in to comment.