Code style fixes

This commit is contained in:
Sean Whalen
2023-05-03 16:07:54 -04:00
parent a7280988eb
commit 634631e326
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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