Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Oct 9, 2024
1 parent ff3f259 commit 7206785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pipeline/text_exercise_chat_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
from app.domain.text_exercise_chat_pipeline_execution_dto import (
TextExerciseChatPipelineExecutionDTO,
)
from pipeline.prompts.text_exercise_chat_prompts import (
from app.pipeline.prompts.text_exercise_chat_prompts import (
fmt_system_prompt,
fmt_rejection_prompt,
fmt_guard_prompt,
)
from web.status.status_update import TextExerciseChatCallback
from app.web.status.status_update import TextExerciseChatCallback

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 7206785

Please sign in to comment.