Client.get_user_presence: Fix blatantly incorrect type annotation.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
725c7574a5
commit
567d6ebc25
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue