pep8: Fix many rule E128 violations.

[Tweaked by tabbott to adjust some approaches used in wrapping]
This commit is contained in:
nikolay
2016-12-03 01:04:17 +02:00
committed by Tim Abbott
parent 144d82305d
commit abc2ff4a06
46 changed files with 253 additions and 249 deletions

View File

@@ -330,5 +330,5 @@ COUNT_STATS = {
'messages_sent:client': CountStat('messages_sent:client', zerver_count_message_by_user, {},
(Message, 'sending_client_id'), CountStat.HOUR, False),
'messages_sent_to_stream:is_bot': CountStat('messages_sent_to_stream:is_bot', zerver_count_message_by_stream,
{}, (UserProfile, 'is_bot'), CountStat.HOUR, False)
{}, (UserProfile, 'is_bot'), CountStat.HOUR, False)
}