From 2796fdd6915afe529ad9b1cbe710a90d58a9c833 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sun, 16 Sep 2018 23:02:18 -0400 Subject: [PATCH] PEP 8 fix --- parsedmarc/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index f99ad7fe..ec4701ae 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -16,6 +16,7 @@ from parsedmarc import logger, IMAPError, get_dmarc_reports_from_inbox, \ parse_report_file, elastic, splunk, save_output, watch_inbox, \ email_results, SMTPError, ParserError, __version__ + def _main(): """Called when the module is executed""" def process_reports(reports_):