This commit is contained in:
Leo Hemsted
2019-11-11 16:07:18 +00:00
parent 28da190a1c
commit e29546cb65
3 changed files with 1 additions and 9 deletions

View File

@@ -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')):