diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 91550f6..a529d45 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -11,8 +11,6 @@ from collections import OrderedDict import json from ssl import CERT_NONE, create_default_context -from elasticsearch.exceptions import ElasticsearchException - from parsedmarc import IMAPError, get_dmarc_reports_from_inbox, \ parse_report_file, elastic, kafkaclient, splunk, save_output, \ watch_inbox, email_results, SMTPError, ParserError, __version__