Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
the style guide calls for this exception to pep 257.

Co-authored-by: Jason Wesson <[email protected]>
  • Loading branch information
deborahgu and jsnwesson authored Nov 26, 2024
1 parent c736c7c commit f380072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion credentials/settings/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f380072

Please sign in to comment.