Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Jul 24, 2024
1 parent ae5cb30 commit 25c482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/meta_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def detect_dogs(image_path: str):
if ZMQ_PORT is not None:
agent = va.agent.VisionAgentCoder(
report_progress_callback=lambda inp: report_progress_callback(
int(ZMQ_PORT), inp # type: ignore
int(ZMQ_PORT), inp
)
)
else:
Expand Down

0 comments on commit 25c482e

Please sign in to comment.