Run auto-correct on app/ and tests/

This commit is contained in:
Ben Thorner
2021-03-10 13:55:06 +00:00
parent 321b4913ed
commit a91fde2fda
248 changed files with 2026 additions and 1716 deletions

View File

@@ -1,5 +1,7 @@
from app import performance_platform_client
from app.dao.fact_notification_status_dao import get_total_sent_notifications_for_day_and_type
from app.dao.fact_notification_status_dao import (
get_total_sent_notifications_for_day_and_type,
)
def send_total_notifications_sent_for_day_stats(start_time, notification_type, count):