Skip to content

Commit 5e7e922

Browse files
Update codeflash/api/cfapi.py
Co-authored-by: Aseem Saxena <aseem.bits@gmail.com>
1 parent 3d3a099 commit 5e7e922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeflash/api/cfapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def suggest_changes(
171171
replay_tests: str = "",
172172
concolic_tests: str = "",
173173
optimization_review: str = "",
174-
original_line_profiler: str = "",
174+
original_line_profiler: str | None = None,
175175
optimized_line_profiler: str = "",
176176
) -> Response:
177177
"""Suggest changes to a pull request.

0 commit comments

Comments
 (0)