summaryrefslogtreecommitdiff
path: root/examples/e164.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-03-15 08:37:20 -0700
committerBob Halley <halley@dnspython.org>2022-03-15 08:37:20 -0700
commitb1d2332687adbecc0acbb4e623124f783f859d9e (patch)
tree5318d5ecc0dd35e0a6922380cd60f9d9caa9ad34 /examples/e164.py
parent08f8bde64e8679d5e4f0b129292461de152ba32b (diff)
downloaddnspython-b1d2332687adbecc0acbb4e623124f783f859d9e.tar.gz
black autoformatting
Diffstat (limited to 'examples/e164.py')
-rwxr-xr-xexamples/e164.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/e164.py b/examples/e164.py
index 6d9e872..8b677bf 100755
--- a/examples/e164.py
+++ b/examples/e164.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
import dns.e164
+
n = dns.e164.from_e164("+1 555 1212")
print(n)
print(dns.e164.to_e164(n))