Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey committed Jan 6, 2025
1 parent 043b804 commit a4f8a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@


def should_report_tool_traces() -> bool:
return os.environ.get("REPORT_TOOL_TRACES", False)
return bool(os.environ.get("REPORT_TOOL_TRACES", False))

0 comments on commit a4f8a9e

Please sign in to comment.