]> git.siccegge.de Git - dane-monitoring-plugins.git/commitdiff
Remove unnecessary import
authorChristoph Egger <christoph@christoph-egger.org>
Mon, 29 Aug 2016 21:57:58 +0000 (23:57 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Mon, 29 Aug 2016 21:57:58 +0000 (23:57 +0200)
check_dane_smtp

index 05ff3481decfe2302ab735e883fd70c8c2a4fcdd..3358c711b4215baade2045375d343d618a66312f 100755 (executable)
@@ -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 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
 
 from check_dane.tlsa import verify_tlsa_record
 from check_dane.cert import verify_certificate, add_certificate_options