Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Jun 10, 2018
1 parent 144be17 commit 5990adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isitdown/notifiers/__init__.py
Expand Up @@ -112,7 +112,7 @@ def __init__(
self.recipients = recipients
self.smtp_kwargs = smtp_kwargs

async def _send_email(self, subject, payload=''):
async def _send_email(self, subject, payload=""):

client = aiosmtplib.SMTP(**self.smtp_kwargs)
await client.connect()
Expand Down

0 comments on commit 5990adb

Please sign in to comment.