Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey committed Jul 3, 2024
1 parent 695334f commit 3393c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tool_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def send_inference_request(

resp = res.json()
# TODO: consider making the response schema the same between below two sources
return resp if "TOOL_ENDPOINT_AUTH" in os.environ else resp["data"] # type: ignore
return resp if "TOOL_ENDPOINT_AUTH" in os.environ else resp["data"] # type: ignore


def _create_requests_session(
Expand Down

0 comments on commit 3393c94

Please sign in to comment.