pycodestyle

This commit is contained in:
Leo Hemsted
2017-08-24 10:52:47 +01:00
parent 1f93fc889c
commit 412c87cfc8
5 changed files with 5 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ def send_total_notifications_sent_for_day_stats(date, channel, count, period):
payload=payload
)
def get_total_sent_notifications_yesterday():
today = datetime.utcnow()
start_date = get_midnight_for_day_before(today)