make comments clearer

This commit is contained in:
Neil Johnson 2018-08-14 15:48:12 +01:00
parent 885ea9c602
commit 2545993ce4

View file

@ -780,7 +780,8 @@ class Auth(object):
such as monthly active user limiting or global disable flag
Args:
user_id(str): If present, checks for presence against existing MAU cohort
user_id(str|None): If present, checks for presence against existing
MAU cohort
"""
if self.hs.config.hs_disabled:
raise AuthError(