diff options
| author | Bob Halley <halley@dnspython.org> | 2022-03-15 08:37:20 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-03-15 08:37:20 -0700 |
| commit | b1d2332687adbecc0acbb4e623124f783f859d9e (patch) | |
| tree | 5318d5ecc0dd35e0a6922380cd60f9d9caa9ad34 /examples/e164.py | |
| parent | 08f8bde64e8679d5e4f0b129292461de152ba32b (diff) | |
| download | dnspython-b1d2332687adbecc0acbb4e623124f783f859d9e.tar.gz | |
black autoformatting
Diffstat (limited to 'examples/e164.py')
| -rwxr-xr-x | examples/e164.py | 1 |
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)) |
