mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-29 20:01:50 -05:00
fix style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user