Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Aug 6, 2024
1 parent bbd3238 commit 7ea37d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai/jupyter_ai/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from unittest import mock

import pytest
from jupyter_ai.extension import DEFAULT_HELP_MESSAGE_TEMPLATE
from jupyter_ai.chat_handlers import DefaultChatHandler, learn
from jupyter_ai.config_manager import ConfigManager
from jupyter_ai.extension import DEFAULT_HELP_MESSAGE_TEMPLATE
from jupyter_ai.handlers import RootChatHandler
from jupyter_ai.models import (
ChatClient,
Expand Down Expand Up @@ -73,7 +73,7 @@ def broadcast_message(message: Message) -> None:
preferred_dir="",
dask_client_future=None,
help_message_template=DEFAULT_HELP_MESSAGE_TEMPLATE,
chat_handlers={}
chat_handlers={},
)


Expand Down

0 comments on commit 7ea37d5

Please sign in to comment.