Skip to content

Commit

Permalink
Remove dead import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 20, 2024
1 parent 5019270 commit de31ee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chatdbg/conversation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
import json
import textwrap

import lldb
import llm_utils

from .functions_lldb import LldbFunctions


# This is LLDB-only (for now?).
def converse(client, args: argparse.Namespace):
fns = LldbFunctions(args)
available_functions_names = [fn["function"]["name"] for fn in fns.as_tools()]
Expand Down

0 comments on commit de31ee1

Please sign in to comment.