Skip to content

Commit be56860

Browse files
committed
ruff fix
1 parent c9778a3 commit be56860

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dspy/propose/grounded_proposer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def __init__(
293293
except Exception as e:
294294
print(f"Error getting data summary: {e}.\n\nRunning without data aware proposer.")
295295
self.use_dataset_summary = False
296-
print(f"")
296+
print("")
297297

298298
def propose_instructions_for_program(
299299
self,

dspy/teleprompt/mipro_optimizer_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
eval_candidate_program,
1717
get_program_with_highest_avg_score,
1818
get_signature,
19-
get_task_model_history_for_full_example,
2019
print_full_program,
2120
save_candidate_program,
2221
set_signature,

0 commit comments

Comments
 (0)