]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
lint: remove unused sys import
authorBob Halley <halley@dnspython.org>
Thu, 21 May 2020 14:44:32 +0000 (07:44 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 21 May 2020 14:48:10 +0000 (07:48 -0700)
dns/query.py

index a21bd6501ee50dcbcee96739c996b3fe9b2c3759..a20f28f68bcbfdcc1bebdcf560bcf1cda96e7dfb 100644 (file)
@@ -23,7 +23,6 @@ import os
 import select
 import socket
 import struct
-import sys
 import time
 import base64
 import ipaddress