We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d120e commit 3621e4cCopy full SHA for 3621e4c
codeflash/optimization/optimizer.py
@@ -343,7 +343,7 @@ def run(self) -> None:
343
logger.info("❌ No optimizations found.")
344
elif self.args.all:
345
logger.info("✨ All functions have been optimized! ✨")
346
- response = send_completion_email()
+ response = send_completion_email() # TODO: Include more details in the email
347
if response.ok:
348
logger.info("✅ Completion email sent successfully.")
349
else:
0 commit comments