mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:44:49 -04:00
Fix pep8
This commit is contained in:
parent
00466e2feb
commit
402a7bf63d
4 changed files with 7 additions and 7 deletions
|
@ -116,7 +116,7 @@ class MsisdnRegisterRequestTokenRestServlet(RestServlet):
|
|||
except phonenumbers.NumberParseException:
|
||||
raise SynapseError(400, "Unable to parse phone number")
|
||||
msisdn = phonenumbers.format_number(
|
||||
phoneNumber, phonenumbers.PhoneNumberFormat.E164
|
||||
phoneNumber, phonenumbers.PhoneNumberFormat.E164
|
||||
)[1:]
|
||||
|
||||
existingUid = yield self.hs.get_datastore().get_user_id_by_threepid(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue