Skip to content

Commit

Permalink
refactor: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Mar 4, 2024
1 parent ab65214 commit aed6afc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import tenacity
from fastapi_sqlalchemy import db
from langchain.chat_models import ChatOpenAI
from langchain.schema import (AIMessage, BaseMessage, HumanMessage,
SystemMessage)
from langchain.schema import HumanMessage, SystemMessage

from agents.agent_simulations.agent.dialogue_agent import DialogueSimulator
from agents.agent_simulations.agent.dialogue_agent_with_tools import \
Expand Down

0 comments on commit aed6afc

Please sign in to comment.