Remove unused import in ChatAnthropic.py
This commit is contained in:
parent
1f1a1fc009
commit
5437edc05f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
from langflow import CustomComponent
|
||||
from typing import Optional, Dict, Union, Callable
|
||||
from typing import Optional, Union, Callable
|
||||
from langflow.field_typing import BaseLanguageModel
|
||||
|
||||
class ChatAnthropicComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue