Skip to content

Commit e9121d9

Browse files
massi-angbigadsoleiman
authored andcommitted
fix(cohere): remove unused import
1 parent 035ecc0 commit e9121d9

File tree

1 file changed

+1
-1
lines changed
  • lib/model-interfaces/langchain/functions/request-handler/adapters/bedrock

1 file changed

+1
-1
lines changed

lib/model-interfaces/langchain/functions/request-handler/adapters/bedrock/cohere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from langchain.prompts.prompt import PromptTemplate
55

66
from ..base import ModelAdapter
7-
from .base import get_guardrails, Bedrock
7+
from .base import get_guardrails
88
from genai_core.registry import registry
99

1010

0 commit comments

Comments
 (0)