From 884ce5e28539fcf6fb75386d8ef849ac5ab532f4 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 21 May 2020 07:44:32 -0700 Subject: [PATCH] lint: remove unused sys import --- dns/query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dns/query.py b/dns/query.py index a21bd650..a20f28f6 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 -- 2.47.3