Skip to content
Snippets Groups Projects
Commit 05adc6c2 authored by David Baker's avatar David Baker
Browse files

more pep8

parent f63bd4ff
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,4 @@ class Mailer(object):
smtp = smtplib.SMTP(self.smtp_host, self.smtp_port)
smtp.sendmail(raw_from, raw_to, text_part.as_string())
smtp.quit()
\ No newline at end of file
smtp.quit()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment