From: Christoph Egger Date: Mon, 29 Aug 2016 21:57:58 +0000 (+0200) Subject: Remove unnecessary import X-Git-Url: https://git.siccegge.de//index.cgi?p=dane-monitoring-plugins.git;a=commitdiff_plain;h=718dd189e81daf56e7fd0621e758037e074840b9 Remove unnecessary import --- diff --git a/check_dane_smtp b/check_dane_smtp index 05ff348..3358c71 100755 --- a/check_dane_smtp +++ b/check_dane_smtp @@ -10,7 +10,7 @@ import logging from socket import socket, AF_INET6, AF_INET, create_connection from ssl import SSLContext, PROTOCOL_TLSv1_2, CERT_REQUIRED, cert_time_to_seconds, SSLError, CertificateError, create_default_context -from unbound import ub_ctx, idn2dname, ub_strerror +from unbound import ub_ctx, ub_strerror from check_dane.tlsa import verify_tlsa_record from check_dane.cert import verify_certificate, add_certificate_options