Skip to content

Commit

Permalink
Quality fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed May 6, 2024
1 parent f27439c commit 0b32b80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/transformers/agents/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,6 @@ def from_langchain(langchain_tool):
"""
Creates a [`Tool`] from a langchain tool.
"""
import inspect

class LangChainToolWrapper(Tool):
def __init__(self, _langchain_tool):
super().__init__()
Expand Down

0 comments on commit 0b32b80

Please sign in to comment.