Client.get_user_presence: Fix blatantly incorrect type annotation.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-08-06 18:21:38 -07:00 committed by Tim Abbott
parent 725c7574a5
commit 567d6ebc25

View file

@ -1011,7 +1011,7 @@ class Client(object):
) )
def get_user_presence(self, email): def get_user_presence(self, email):
# type: (Dict[str, Any]) -> Dict[str, Any] # type: (str) -> Dict[str, Any]
''' '''
Example usage: Example usage: