Skip to content

Commit 44ce69b

Browse files
committed
fix linter
1 parent 4129d19 commit 44ce69b

File tree

1 file changed

+0
-6
lines changed
  • core/cat/mad_hatter/decorators

1 file changed

+0
-6
lines changed

Diff for: core/cat/mad_hatter/decorators/tool.py

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
import inspect
2-
31
from typing import Union, Callable, List
42
from inspect import signature
53

6-
from langchain_core.tools import BaseTool
7-
8-
9-
104
# All @tool decorated functions in plugins become a CatTool.
115
# The difference between base langchain Tool and CatTool is that CatTool has an instance of the cat as attribute (set by the MadHatter)
126
class CatTool:

0 commit comments

Comments
 (0)