mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
flake8
This commit is contained in:
@@ -530,8 +530,6 @@ def is_delivery_slow_for_providers(
|
||||
ProviderDetails.identifier,
|
||||
"slow"
|
||||
)
|
||||
print(slow_notification_counts)
|
||||
print([x for x in slow_notification_counts])
|
||||
|
||||
slow_providers = {}
|
||||
for provider, rows in groupby(slow_notification_counts, key=attrgetter('identifier')):
|
||||
|
||||
Reference in New Issue
Block a user