Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jul 23, 2024
1 parent 9c7afe7 commit 917e871
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/jupyter-ai/jupyter_ai/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,13 @@ def chat_client():

@pytest.fixture
def human_chat_message(chat_client):
return HumanChatMessage(id="test", time=0, body="test message", prompt="test message", client=chat_client)
return HumanChatMessage(
id="test",
time=0,
body="test message",
prompt="test message",
client=chat_client,
)


def test_learn_index_permissions(tmp_path):
Expand Down

0 comments on commit 917e871

Please sign in to comment.