Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 29, 2024
1 parent 932fb4a commit 25c3c4d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions backend/app/retrieval.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import json
from typing import Any

from langchain_core.language_models.base import LanguageModelLike
from langchain_core.messages import (
AIMessage,
FunctionMessage,
HumanMessage,
SystemMessage,
)
from langchain_core.messages import AIMessage, HumanMessage, SystemMessage
from langchain_core.prompts import PromptTemplate
from langchain_core.retrievers import BaseRetriever
from langchain_core.runnables import chain
Expand Down

0 comments on commit 25c3c4d

Please sign in to comment.