From 634631e3266b6a0918b100083cd5ffc28d3a1fa6 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 3 May 2023 16:07:54 -0400 Subject: [PATCH] Code style fixes --- parsedmarc/splunk.py | 2 +- parsedmarc/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parsedmarc/splunk.py b/parsedmarc/splunk.py index a1a8e15..0d11966 100644 --- a/parsedmarc/splunk.py +++ b/parsedmarc/splunk.py @@ -26,7 +26,7 @@ class HECClient(object): source="parsedmarc", verify=True, timeout=60): """ Initializes the HECClient - + Args: url (str): The URL of the HEC access_token (str): The HEC access token diff --git a/parsedmarc/utils.py b/parsedmarc/utils.py index 7ae4736..694ced5 100644 --- a/parsedmarc/utils.py +++ b/parsedmarc/utils.py @@ -392,7 +392,7 @@ def parse_email_address(original_address): def get_filename_safe_string(string): """ Converts a string to a string that is safe for a filename - + Args: string (str): A string to make safe for a filename