Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed Apr 24, 2024
1 parent 3ae4877 commit b2f3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ class VisualQuestionAnswering(Tool):
],
}

def __call__(self, image: str, prompt: str) -> Dict
def __call__(self, image: str, prompt: str) -> Dict:
"""Invoke the visual question answering model.
Parameters:
Expand Down

0 comments on commit b2f3263

Please sign in to comment.