diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-19 16:07:24 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-19 16:07:24 -0700 |
| commit | 65c4a968686dd0c3bca1ed1a5fd13fa0d2f1b441 (patch) | |
| tree | dcd896cfc4f4f861298b98d15884e31781b88bd2 | |
| parent | ca8c5c25817d52b68d6c0faa436d502fda30ce6e (diff) | |
| download | dnspython-65c4a968686dd0c3bca1ed1a5fd13fa0d2f1b441.tar.gz | |
one import of dns.immutable is enough
| -rw-r--r-- | dns/rdtypes/svcbbase.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/rdtypes/svcbbase.py b/dns/rdtypes/svcbbase.py index 6dcb1c6..1f2c533 100644 --- a/dns/rdtypes/svcbbase.py +++ b/dns/rdtypes/svcbbase.py @@ -6,7 +6,6 @@ import io import struct import dns.enum -import dns.immutable import dns.exception import dns.immutable import dns.ipv4 |
