summaryrefslogtreecommitdiff
path: root/dns/name.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-15 14:36:54 -0700
committerBob Halley <halley@dnspython.org>2020-05-15 14:36:54 -0700
commitc3a1def470493f95309a78544d3ab7e87ac7736a (patch)
treedf123cec186537eb9c0ba8db08347c9f6716dcca /dns/name.py
parentb303f39946db97ee01b440dc279b19977174b369 (diff)
downloaddnspython-c3a1def470493f95309a78544d3ab7e87ac7736a.tar.gz
remove unused io import
Diffstat (limited to 'dns/name.py')
-rw-r--r--dns/name.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/name.py b/dns/name.py
index ce90f91..caab3bd 100644
--- a/dns/name.py
+++ b/dns/name.py
@@ -19,7 +19,6 @@
"""
import copy
-import io
import struct
import sys