mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Lint
I probably should've just run autopep8 in the first place... Signed-off-by: Katie Wolfe <katie@dnaf.moe>
This commit is contained in:
parent
b3e5db402d
commit
7e07dc429f
@ -595,7 +595,7 @@ class SyncHandler(object):
|
||||
canonical_alias_id, allow_none=True,
|
||||
)
|
||||
if (canonical_alias and canonical_alias.content
|
||||
and canonical_alias.content.get("alias", "")):
|
||||
and canonical_alias.content.get("alias", "")):
|
||||
defer.returnValue(summary)
|
||||
|
||||
joined_user_ids = [
|
||||
|
Loading…
Reference in New Issue
Block a user