mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 18:45:52 +03:00
Lint
This commit is contained in:
parent
80dc51171f
commit
11ea5c98e5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
import phonenumbers
|
import phonenumbers
|
||||||
|
|
||||||
from synapse.api.errors import SynapseError, Codes
|
from synapse.api.errors import Codes, SynapseError
|
||||||
|
|
||||||
|
|
||||||
def phone_number_to_msisdn(country: str, number: str) -> str:
|
def phone_number_to_msisdn(country: str, number: str) -> str:
|
||||||
|
|
Loading…
Reference in a new issue