Skip to content

Commit

Permalink
linting errors 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Aug 12, 2024
1 parent c06c637 commit 9f35a96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ async def generate_suggestions_by_file(
solution_summary = await generate_summary_by_file(
exercise=exercise,
submission=submission,
prompt=chat_prompt,
config=config,
debug=debug,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async def generate_summary_by_file(
exercise (Exercise): Exercise to split the problem statement for (respecting the changed files)
submission (Submission): Submission to split the problem statement for (respecting the changed files)
config (GradedBasicApproachConfig): Configuration
debug (bool): Whether to include debug statements
Returns:
Optional[SolutionSummary]: Summarization of the given submission, None if it is too short or too long
Expand Down

0 comments on commit 9f35a96

Please sign in to comment.