Skip to content

Commit

Permalink
Clean Up router
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailocampo committed May 18, 2024
1 parent ff1404e commit 166f916
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/api/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ async def submit_tool( data: ToolRequest, _ = Depends(key_check)):
# Unpack GenericRequest for tool data
request_data = data.tool_data

print(type(request_data))
print(request_data)

requested_tool = load_tool_metadata(request_data.tool_id)
request_inputs_dict = prepare_input_data(request_data)

Expand Down

0 comments on commit 166f916

Please sign in to comment.