Skip to content

Commit 5e341d0

Browse files
committed
precommit fix
1 parent 37cff02 commit 5e341d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run(self) -> None:
102102
function_benchmark_timings: dict[str, dict[BenchmarkKey, int]] = {}
103103
total_benchmark_timings: dict[BenchmarkKey, int] = {}
104104
if self.args.benchmark and num_optimizable_functions > 0:
105-
with progress_bar(f"Running benchmarks in {self.args.benchmarks_root}",transient=True):
105+
with progress_bar(f"Running benchmarks in {self.args.benchmarks_root}", transient=True):
106106
logger.info(f"Running benchmarks in {self.args.benchmarks_root}")
107107
# Insert decorator
108108
file_path_to_source_code = defaultdict(str)

0 commit comments

Comments
 (0)