File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212from codeflash .code_utils .time_utils import humanize_runtime
1313from codeflash .lsp .helpers import is_LSP_enabled
1414from codeflash .models .models import BenchmarkDetail , TestResults
15- from codeflash .result .critic import performance_gain , throughput_gain
15+ from codeflash .result .critic import throughput_gain
1616
1717
1818@dataclass (frozen = True , config = {"arbitrary_types_allowed" : True })
@@ -143,7 +143,7 @@ def __str__(self) -> str:
143143 ""
144144 if is_LSP_enabled ()
145145 else "The new optimized code was tested for correctness. The results are listed below.\n "
146- + f"{ TestResults .report_to_string (self .winning_behavior_test_results .get_test_pass_fail_report_by_type ())} \n "
146+ f"{ TestResults .report_to_string (self .winning_behavior_test_results .get_test_pass_fail_report_by_type ())} \n "
147147 )
148148 )
149149
You can’t perform that action at this time.
0 commit comments