mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
python: Whitespace fixes from autopep8.
Generated by autopep8, with the setup.cfg configuration from #14532. I’m not sure why pycodestyle didn’t already flag these. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
18b577f600
commit
1cf63eb5bf
@@ -775,7 +775,6 @@ ClientInfo = TypedDict('ClientInfo', {
|
||||
|
||||
def get_client_info_for_message_event(event_template: Mapping[str, Any],
|
||||
users: Iterable[Mapping[str, Any]]) -> Dict[str, ClientInfo]:
|
||||
|
||||
'''
|
||||
Return client info for all the clients interested in a message.
|
||||
This basically includes clients for users who are recipients
|
||||
|
||||
Reference in New Issue
Block a user