From 074ce9b8155a4aa6fd5c43fba2adfd53ee24b40f Mon Sep 17 00:00:00 2001 From: Mike Siegel Date: Wed, 10 Oct 2018 13:20:28 -0400 Subject: [PATCH] Removed logger from import --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 852b6eb..148e572 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -12,7 +12,7 @@ import json from elasticsearch.exceptions import ElasticsearchException -from parsedmarc import logger, IMAPError, get_dmarc_reports_from_inbox, \ +from parsedmarc import IMAPError, get_dmarc_reports_from_inbox, \ parse_report_file, elastic, kafkaclient, splunk, save_output, \ watch_inbox, email_results, SMTPError, ParserError, __version__