diff --git a/app/pipeline/text_exercise_chat_pipeline.py b/app/pipeline/text_exercise_chat_pipeline.py index 95e1ea1a..5d27fc71 100644 --- a/app/pipeline/text_exercise_chat_pipeline.py +++ b/app/pipeline/text_exercise_chat_pipeline.py @@ -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__)