Skip to content

Commit

Permalink
Bump llm-utils version, minor import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Mar 5, 2024
1 parent 379f545 commit c846a9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
{ name="Stephen Freund", email="[email protected]" },
]
dependencies = [
"llm-utils>=0.2.6",
"llm-utils>=0.2.8",
"openai>=1.6.1",
"rich>=13.7.0",
"ansicolors>=1.1.8",
Expand Down
1 change: 0 additions & 1 deletion src/chatdbg/chatdbg_lldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import json

import llm_utils
import openai

from assistant.lite_assistant import LiteAssistant
import chatdbg_utils
Expand Down
1 change: 0 additions & 1 deletion src/chatdbg/chatdbg_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import argparse
import os
import textwrap
from typing import Any, List, Optional, Tuple

Expand Down

0 comments on commit c846a9a

Please sign in to comment.