Skip to content

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
rapuckett authored Dec 19, 2024
1 parent e4618ce commit 66049bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/send_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from datetime import datetime, timedelta
from github import Github
from sendgrid import SendGridAPIClient
from sendgrid.helpers.mail import Mail, Email, To, Content
from sendgrid.helpers.mail import Mail, Email, To, Content, Personalization

def get_project_stats(repo):
"""Gather project statistics"""
Expand Down

0 comments on commit 66049bb

Please sign in to comment.