Remove unused GROUP_ID_REGEX
parent
4e8374856d
commit
d8391f0541
|
@ -82,8 +82,6 @@ class ApplicationService(object):
|
|||
# values.
|
||||
NS_LIST = [NS_USERS, NS_ALIASES, NS_ROOMS]
|
||||
|
||||
GROUP_ID_REGEX = re.compile('\+.*:.+')
|
||||
|
||||
def __init__(self, token, hostname, url=None, namespaces=None, hs_token=None,
|
||||
sender=None, id=None, protocols=None, rate_limited=True):
|
||||
self.token = token
|
||||
|
|
Loading…
Reference in New Issue