Skip to content

Commit

Permalink
Fix functionality regression
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 19, 2024
1 parent eeb1e74 commit aab2a01
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/chatdbg/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
import pathlib
import sys

the_path = pathlib.Path(__file__).parent.resolve()
from . import chatdbg

sys.path.insert(0, os.path.abspath(the_path))

from .chatdbg import *

# from . import chatdbg

# chatdbg.main()
chatdbg.main()

0 comments on commit aab2a01

Please sign in to comment.