fix style

This commit is contained in:
Rebecca Law
2017-05-16 11:04:55 +01:00
parent 4aacb3e6ef
commit 56f657de9b

View File

@@ -473,5 +473,6 @@ def dao_created_scheduled_notification(scheduled_notification):
@statsd(namespace="dao")
def dao_get_scheduled_notifications():
scheduled_notifications = ScheduledNotification.query.filter(ScheduledNotification.scheduled_for < datetime.utcnow()).all()
scheduled_notifications = ScheduledNotification.query.filter(
ScheduledNotification.scheduled_for < datetime.utcnow()).all()
return scheduled_notifications