Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroit committed Nov 1, 2024
1 parent 4129d19 commit 44ce69b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/cat/mad_hatter/decorators/tool.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import inspect

from typing import Union, Callable, List
from inspect import signature

from langchain_core.tools import BaseTool



# All @tool decorated functions in plugins become a CatTool.
# The difference between base langchain Tool and CatTool is that CatTool has an instance of the cat as attribute (set by the MadHatter)
class CatTool:
Expand Down

0 comments on commit 44ce69b

Please sign in to comment.