From 718dd189e81daf56e7fd0621e758037e074840b9 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 29 Aug 2016 23:57:58 +0200 Subject: [PATCH] Remove unnecessary import --- check_dane_smtp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2