Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Dec 7, 2023
1 parent fa34f40 commit c23c773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def get(self):
"""Validate an RDF JSON-LD graph against Bioschemas profiles"""
args = reqparse.parse_args()
url = args["url"]

eval = Evaluation()
eval.set_start_time()
eval.set_target_uri(url)
Expand All @@ -637,7 +637,7 @@ def get(self):
web_res = WebResource(url)
kg = web_res.get_rdf()
results = {}

# Evaluate only profile with conformsTo
results_conformsto = dyn_evaluate_profile_with_conformsto(kg)

Expand Down

0 comments on commit c23c773

Please sign in to comment.