mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
pep8: Fix many rule E128 violations.
[Tweaked by tabbott to adjust some approaches used in wrapping]
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user