FD900 commited on
Commit
7c31ea0
·
verified ·
1 Parent(s): e18d024

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.tool_base import BaseTool
2
  from mistral_hf_wrapper import MistralInference
3
 
4
  class ClassifierTool(BaseTool):
 
1
+ from tools.base_tool import BaseTool
2
  from mistral_hf_wrapper import MistralInference
3
 
4
  class ClassifierTool(BaseTool):