From 3dff046f3abe5ec4962b6063faf6bb1a2e6d3c9a Mon Sep 17 00:00:00 2001 From: KevKibe Date: Tue, 30 Apr 2024 17:43:08 +0300 Subject: [PATCH] fix: ruff formatting --- src/_cohere/doc_index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_cohere/doc_index.py b/src/_cohere/doc_index.py index 8304f7b..9910894 100644 --- a/src/_cohere/doc_index.py +++ b/src/_cohere/doc_index.py @@ -14,7 +14,6 @@ from langchain_cohere import CohereEmbeddings from langchain_community.llms import Cohere from langchain_core.prompts import PromptTemplate -from langchain_core.output_parsers import StrOutputParser from operator import itemgetter from utils.config import Config from utils.response_model import QueryResult