chore: remove unneeded reference
parent
b6e2f084e6
commit
44d274a998
|
|
@ -9,8 +9,6 @@ from email.mime.multipart import MIMEMultipart
|
|||
from email.mime.text import MIMEText
|
||||
from email.utils import formatdate
|
||||
|
||||
from flask import current_app
|
||||
|
||||
class EmailSender:
|
||||
def __init__(self, DashboardConfig):
|
||||
self.DashboardConfig = DashboardConfig
|
||||
|
|
@ -100,4 +98,4 @@ class EmailSender:
|
|||
try:
|
||||
smtp.quit()
|
||||
except Exception:
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue