Private
Public Access
codebase: cleaning cruft part 1
This commit is contained in:
@@ -2,9 +2,6 @@ from src.type_aliases import HistoryMessage
|
||||
|
||||
|
||||
def format_takes_diff(takes: dict[str, list[dict]]) -> str:
|
||||
"""
|
||||
[C: tests/test_synthesis_formatter.py:test_format_takes_diff_common_prefix, tests/test_synthesis_formatter.py:test_format_takes_diff_empty, tests/test_synthesis_formatter.py:test_format_takes_diff_no_common_prefix, tests/test_synthesis_formatter.py:test_format_takes_diff_single_take]
|
||||
"""
|
||||
if not takes:
|
||||
return ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user