Skip to content

Commit 66049bb

Browse files
authored
Added missing import
1 parent e4618ce commit 66049bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/send_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from datetime import datetime, timedelta
33
from github import Github
44
from sendgrid import SendGridAPIClient
5-
from sendgrid.helpers.mail import Mail, Email, To, Content
5+
from sendgrid.helpers.mail import Mail, Email, To, Content, Personalization
66

77
def get_project_stats(repo):
88
"""Gather project statistics"""

0 commit comments

Comments
 (0)