Skip to content

Commit

Permalink
removed outmoded check
Browse files Browse the repository at this point in the history
  • Loading branch information
cbizon committed Jul 19, 2023
1 parent ff2cfcd commit 12d7fe2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ async def asyncexecute(request, answer_coalesce_type, guid, logger, caller):

query_result["status"] = "Success"

# Clean up: this should be cleaned up as the components move to 1.2, but for now, let's clean it up
for edge_id, edge_data in query_result["message"]["knowledge_graph"]["edges"].items():
if "relation" in edge_data:
del edge_data["relation"]

# This is also bogus, not sure why it's not validating
del query_result["workflow"]

Expand Down

0 comments on commit 12d7fe2

Please sign in to comment.