summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2017-03-08 11:58:20 +0000
committerDavid Baker <dave@matrix.org>2017-03-08 11:58:20 +0000
commit1c99934b280485f564b357de204785d55cf2ca62 (patch)
treeda5ec2acb84b909b27c4fb27e43566ec469820fe /synapse/util
parentAdd msisdn util file (diff)
downloadsynapse-1c99934b280485f564b357de204785d55cf2ca62.tar.xz
pep8
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/msisdn.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/util/msisdn.py b/synapse/util/msisdn.py
index 77ef0aa194..6905c5ce75 100644
--- a/synapse/util/msisdn.py
+++ b/synapse/util/msisdn.py
@@ -17,6 +17,7 @@
 import phonenumbers
 from synapse.api.errors import SynapseError
 
+
 def phone_number_to_msisdn(country, number):
     try:
         phoneNumber = phonenumbers.parse(number, country)