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"]) - - -