Skip to content

Commit 3621e4c

Browse files
committed
add todo
1 parent 42d120e commit 3621e4c

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
@@ -343,7 +343,7 @@ def run(self) -> None:
343343
logger.info("❌ No optimizations found.")
344344
elif self.args.all:
345345
logger.info("✨ All functions have been optimized! ✨")
346-
response = send_completion_email()
346+
response = send_completion_email() # TODO: Include more details in the email
347347
if response.ok:
348348
logger.info("✅ Completion email sent successfully.")
349349
else:

0 commit comments

Comments
 (0)