Removed logger from import

This commit is contained in:
Mike Siegel
2018-10-10 13:20:28 -04:00
parent 8d1c0cf3a0
commit 074ce9b815

View File

@@ -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__