Skip to content

Commit e5a808f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eeccba8 commit e5a808f

File tree

1 file changed

+1
-1
lines changed
  • packages/jupyter-ai/jupyter_ai/chat_handlers

1 file changed

+1
-1
lines changed

packages/jupyter-ai/jupyter_ai/chat_handlers/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
from jupyter_ai_magics.providers import BaseProvider
55
from jupyterlab_chat.models import Message
6-
from langchain_core.runnables.history import RunnableWithMessageHistory
76
from langchain_core.output_parsers import StrOutputParser
7+
from langchain_core.runnables.history import RunnableWithMessageHistory
88

99
from ..context_providers import ContextProviderException, find_commands
1010
from .base import BaseChatHandler, SlashCommandRoutingType

0 commit comments

Comments
 (0)