From 20afbba7e2ee52ba9e2d7a10963ca3887af61082 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 10 Oct 2018 08:29:11 -0400 Subject: [PATCH] PEP 8 fix --- parsedmarc/splunk.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/parsedmarc/splunk.py b/parsedmarc/splunk.py index 42403e6..1765d3f 100644 --- a/parsedmarc/splunk.py +++ b/parsedmarc/splunk.py @@ -144,6 +144,3 @@ class HECClient(object): raise SplunkError(e.__str__()) if response["code"] != 0: raise SplunkError(response["text"]) - - -