FD900 commited on
Commit
b90cd0b
·
verified ·
1 Parent(s): 4ffc576

Update tools/classifier_tool.py

Browse files
Files changed (1) hide show
  1. tools/classifier_tool.py +1 -1
tools/classifier_tool.py CHANGED
@@ -1,4 +1,4 @@
1
- from tools.base import Tool
2
  from mistral_hf_wrapper import MistralInference
3
 
4
  class ClassifierTool(Tool):
 
1
+ from tools.tool_base import BaseTool
2
  from mistral_hf_wrapper import MistralInference
3
 
4
  class ClassifierTool(Tool):