Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/bin/updateDigests.py

Issue 29756624: Noissue - Adapt best practices for trailing commas (sitescripts) (Closed)
Patch Set: Re-run script on Python 2, added flake8-commas extension Created April 19, 2018, 2:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/reports/bin/updateDigests.py
===================================================================
--- a/sitescripts/reports/bin/updateDigests.py
+++ b/sitescripts/reports/bin/updateDigests.py
@@ -99,7 +99,7 @@
def getSubscriptionInfo(subscription):
sub = {
'name': subscription.name,
- 'type': subscription.type
+ 'type': subscription.type,
}
return sub
« no previous file with comments | « sitescripts/notifications/web/notification.py ('k') | sitescripts/send_installation_link/web/send_installation_link.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld