mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
fix style
This commit is contained in:
@@ -473,5 +473,6 @@ def dao_created_scheduled_notification(scheduled_notification):
|
|||||||
|
|
||||||
@statsd(namespace="dao")
|
@statsd(namespace="dao")
|
||||||
def dao_get_scheduled_notifications():
|
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
|
return scheduled_notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user