mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
pep8
This commit is contained in:
parent
8db6832db8
commit
91c8f828e1
1 changed files with 1 additions and 1 deletions
|
@ -210,4 +210,4 @@ class RegistrationStore(SQLBaseStore):
|
|||
)
|
||||
if ret:
|
||||
defer.returnValue(ret['user'])
|
||||
defer.returnValue(None)
|
||||
defer.returnValue(None)
|
||||
|
|
Loading…
Add table
Reference in a new issue