Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 16, 2024
1 parent 9079d72 commit 1d0f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/learn.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def process_message(self, message: HumanChatMessage):
self.save()

if self.missing_dependency_error != None:
response = f"""Learn documents in **{load_path}** failed. Additional
response = f"""Learn documents in **{load_path}** failed. Additional
packages needed: {self.missing_dependency_error}."""
else:
response = f"""🎉 I have learned documents at **{load_path}** and I am ready to answer questions about them.
Expand Down

0 comments on commit 1d0f32b

Please sign in to comment.