We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4618ce commit 66049bbCopy full SHA for 66049bb
.github/scripts/send_report.py
@@ -2,7 +2,7 @@
2
from datetime import datetime, timedelta
3
from github import Github
4
from sendgrid import SendGridAPIClient
5
-from sendgrid.helpers.mail import Mail, Email, To, Content
+from sendgrid.helpers.mail import Mail, Email, To, Content, Personalization
6
7
def get_project_stats(repo):
8
"""Gather project statistics"""
0 commit comments