summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-21 07:44:32 -0700
committerBob Halley <halley@dnspython.org>2020-05-21 07:48:10 -0700
commit884ce5e28539fcf6fb75386d8ef849ac5ab532f4 (patch)
treebb61d9f94b7f564c7359e358e3e3a699a031dbcb /dns
parent6405207dbf13b53cee87ceffd6ff6e05ef257007 (diff)
downloaddnspython-884ce5e28539fcf6fb75386d8ef849ac5ab532f4.tar.gz
lint: remove unused sys import
Diffstat (limited to 'dns')
-rw-r--r--dns/query.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/query.py b/dns/query.py
index a21bd65..a20f28f 100644
--- a/dns/query.py
+++ b/dns/query.py
@@ -23,7 +23,6 @@ import os
import select
import socket
import struct
-import sys
import time
import base64
import ipaddress