From: Douglas Bagnall Date: Fri, 28 May 2021 10:56:10 +0000 (+1200) Subject: samba-tool dns: remove unused imports X-Git-Tag: tevent-0.11.0~697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b11ea9d7adad8c6f147a8f6c610311004bf60c93;p=thirdparty%2Fsamba.git samba-tool dns: remove unused imports Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py index 4fcd7527831..75f66e41ed0 100644 --- a/python/samba/netcmd/dns.py +++ b/python/samba/netcmd/dns.py @@ -15,17 +15,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -import logging - import samba.getopt as options from samba import WERRORError from samba import werror from struct import pack -from socket import inet_ntoa from socket import inet_ntop from socket import AF_INET from socket import AF_INET6 -import shlex import struct from samba import remove_dc