Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
MingruiZhang committed Sep 3, 2024
1 parent b479ce3 commit b93cd89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vision_agent/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def register_tool(imports: Optional[List] = None) -> Callable:
def decorator(tool: Callable) -> Callable:
import inspect

print("try")

from .tools import get_tool_descriptions, get_tools_df, get_tools_info

global TOOLS, TOOLS_DF, TOOL_DESCRIPTIONS, TOOL_DOCSTRING, TOOLS_INFO
Expand Down

0 comments on commit b93cd89

Please sign in to comment.