Skip to content

Commit 64a1048

Browse files
lint issue fix
1 parent ff50aa7 commit 64a1048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def comma_separated_string_to_list(s: str) -> List[str]:
154154
def configure_logging(logging_settings):
155155
"""
156156
Configure logging based on the provided logging settings.
157-
157+
158158
Args:
159159
logging_settings: Instance of _LoggingSettings containing logging configuration
160160
"""

0 commit comments

Comments
 (0)