Skip to content

Commit

Permalink
import issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfreund committed Apr 8, 2024
1 parent bc4fc30 commit 4d15b7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/chatdbg/chatdbg_lldb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import os

import json
Expand Down
2 changes: 1 addition & 1 deletion src/chatdbg/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from traitlets import Bool, Int, Unicode
from traitlets.config import Configurable

from assistant.listeners import BaseAssistantListener
from chatdbg.assistant.listeners import BaseAssistantListener
from chatdbg.util.markdown import ChatDBGMarkdownPrinter
from chatdbg.util.printer import ChatDBGPrinter

Expand Down

0 comments on commit 4d15b7e

Please sign in to comment.