Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
George Burton authored and gecBurton committed Jun 10, 2024
1 parent 03e781b commit 0b3ab51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core_api/tests/routes/test_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import TYPE_CHECKING
from unittest.mock import AsyncMock, MagicMock, patch

import pytest
from langchain_core.messages import HumanMessage, SystemMessage
from langchain_core.prompt_values import ChatPromptValue
from langchain_core.runnables import Runnable
Expand All @@ -24,7 +23,6 @@
]



def mock_chat_prompt():
return ChatPromptValue(
messages=[
Expand Down

0 comments on commit 0b3ab51

Please sign in to comment.