bstraehle commited on
Commit
fbf383c
·
verified ·
1 Parent(s): 0000055

Update tools/arithmetic_tools.py

Browse files
Files changed (1) hide show
  1. tools/arithmetic_tools.py +1 -1
tools/arithmetic_tools.py CHANGED
@@ -1,4 +1,4 @@
1
- from crewai.tools import tool1
2
 
3
  class ArithmeticTools():
4
  @tool("Addition Tool")
 
1
+ from crewai.tools import tool
2
 
3
  class ArithmeticTools():
4
  @tool("Addition Tool")