Skip to content

Commit b465ef9

Browse files
committed
precommit mypy fix
1 parent 7e17f79 commit b465ef9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,9 @@ def find_and_process_best_optimization(
11191119
optimized_runtimes_all=optimized_runtime_by_test,
11201120
)
11211121
if concolic_test_str:
1122-
generated_tests_str += "\n#------------------------------------------------\n" + concolic_test_str
1122+
generated_tests_str += (
1123+
"\n#------------------------------------------------\n" + concolic_test_str
1124+
)
11231125
new_explanation_raw_str = self.aiservice_client.get_new_explanation(
11241126
source_code=code_context.read_writable_code,
11251127
dependency_code=code_context.read_only_context_code,

0 commit comments

Comments
 (0)