Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Oct 11, 2024
1 parent 6ecedba commit ecf7694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/pipeline/text_exercise_chat_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
fmt_extract_sentiments_prompt,
)
from app.web.status.status_update import TextExerciseChatCallback
from pipeline.prompts.text_exercise_chat_prompts import fmt_sentiment_analysis_prompt
from app.pipeline.prompts.text_exercise_chat_prompts import (
fmt_sentiment_analysis_prompt,
)

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit ecf7694

Please sign in to comment.