Skip to content

Commit 7b7a334

Browse files
fix black errors
1 parent 55c4631 commit 7b7a334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vision_agent/agent/vision_agent_v3_prompts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ def find_text(image_path: str, text: str) -> str:
173173
5. DO NOT use any non-existent or dummy image or video files that are not provided by the user's instructions.
174174
6. DO NOT mock any functions, you must test their functionality as is.
175175
7. DO NOT assert the output value, run the code and assert only the output format or data structure.
176-
9. DO NOT use try except block to handle the error, let the error be raised if the code is incorrect.
177-
8. DO NOT import the testing function as it will available in the testing environment.
178-
9. Print the output of the function that is being tested.
176+
8. DO NOT use try except block to handle the error, let the error be raised if the code is incorrect.
177+
9. DO NOT import the testing function as it will available in the testing environment.
178+
10. Print the output of the function that is being tested.
179179
"""
180180

181181

0 commit comments

Comments
 (0)