Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbobo2021 committed Dec 14, 2023
1 parent 1bcc0d0 commit a2570bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ask-code/ask-code.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import sys
from chat.ask_codebase.chains.smart_qa import SmartQA
from chat.util.openai_util import ChatCompletionUsage

sys.path.append(os.path.join(os.path.dirname(__file__), "..", "libs"))
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "libs"))
Expand Down

0 comments on commit a2570bd

Please sign in to comment.