From 7931ac42b2b1212b263c7fccee9f24a7fd7e49c3 Mon Sep 17 00:00:00 2001
From: "David L. Qiu" <david@qiu.dev>
Date: Mon, 30 Dec 2024 15:54:09 -0800
Subject: [PATCH] pre-commit

---
 packages/jupyter-ai/jupyter_ai/chat_handlers/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py b/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
index d82512b01..07fad3304 100644
--- a/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
+++ b/packages/jupyter-ai/jupyter_ai/chat_handlers/base.py
@@ -179,7 +179,7 @@ async def on_message(self, message: Message):
 
         # first, ensure a chat model is configured
         if not ChatModelProvider:
-            # TODO: update this message to be more useful once we improve 
+            # TODO: update this message to be more useful once we improve
             # ease-of-access to the Jupyter AI settings.
             self.reply(
                 "To use Jupyter AI, please select a chat model first in the Jupyter AI settings."