Skip to content

Commit

Permalink
deleted comment from tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Sep 11, 2024
1 parent 546c4e9 commit 78b605c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class ToolsChatHandler(BaseChatHandler):

uses_llm = True

# def __init__(self, retriever, *args, **kwargs):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

Expand Down

0 comments on commit 78b605c

Please sign in to comment.