Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Jun 28, 2023
1 parent 6af4d2f commit 7138168
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autoreporter_addons/ssl_checks/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ def get_email_template_fragments() -> List[ReportEmailTemplateFragment]:
ReportEmailTemplateFragment.from_file(
str(Path(__file__).parents[0] / "template_no_https_redirect.jinja2"), priority=1
),
ReportEmailTemplateFragment.from_file(
str(Path(__file__).parents[0] / "template_almost_expired_ssl_certificate.jinja2"), priority=1
),
]

@staticmethod
Expand Down

0 comments on commit 7138168

Please sign in to comment.