Skip to content

Commit

Permalink
Fix docstring typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Mar 6, 2024
1 parent 8d3fcda commit 2e6192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setup_logger(log_file: str = "local-rag.log", level: Union[int, str] = loggi
Args:
log_file (str, optional): The file to which the logs should be written. Defaults to "local-rag.log".
level (logging.Level, optional): The logging level at which to log messages. Defaults to logging.INFO.
level (str, optional): The logging level at which to log messages. Defaults to logging.INFO.
Returns:
logging.Logger: The set up logger.
Expand Down

0 comments on commit 2e6192b

Please sign in to comment.