Skip to content

Commit a14c3b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10e5804 commit a14c3b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ai_feedback/helpers/template_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ def render_prompt_template(
6464
return prompt_content.format(**template_data)
6565

6666

67-
def gather_file_references(submission: Optional[Path] = None, solution: Optional[Path] = None, test_output: Optional[Path] = None) -> str:
67+
def gather_file_references(
68+
submission: Optional[Path] = None, solution: Optional[Path] = None, test_output: Optional[Path] = None
69+
) -> str:
6870
"""Generate file reference descriptions for prompt templates.
6971
7072
Args:

0 commit comments

Comments
 (0)