Skip to content

Commit 05e5a94

Browse files
committed
formatting
1 parent 669e22a commit 05e5a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/result/explanation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from codeflash.code_utils.time_utils import humanize_runtime
1313
from codeflash.lsp.helpers import is_LSP_enabled
1414
from 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

0 commit comments

Comments
 (0)