Skip to content

Commit a2e8509

Browse files
author
Your Name
committed
fix type check
1 parent f41d769 commit a2e8509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vision_agent/tools/planner_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ def suggestion(prompt: str, medias: List[np.ndarray]) -> None:
528528
medias: List[np.ndarray]: The images to use for the problem
529529
"""
530530
try:
531-
from .suggestion import suggestion_impl # type: ignore
531+
from .suggestion import suggestion_impl
532532

533533
suggestion = suggestion_impl(prompt, medias)
534534
print(suggestion)

0 commit comments

Comments
 (0)