From f380072b72d8481e77ff467f2adfa3127196ec71 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Tue, 26 Nov 2024 17:22:01 -0500 Subject: [PATCH] chore: Apply suggestions from code review the style guide calls for this exception to pep 257. Co-authored-by: Jason Wesson --- credentials/settings/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/credentials/settings/utils.py b/credentials/settings/utils.py index 4eddf5caa..7fc6e259e 100644 --- a/credentials/settings/utils.py +++ b/credentials/settings/utils.py @@ -25,7 +25,8 @@ def get_logger_config( service_variant: str = "credentials", format_string: str = "", ): - """Return the appropriate logging config dictionary, to be assigned to the LOGGING var in settings. + """ + Return the appropriate logging config dictionary, to be assigned to the LOGGING var in settings. Arguments: log_dir (str): Location for log files