Fix linting
This commit is contained in:
@@ -59,7 +59,7 @@ logging.getLogger("httpx").setLevel(logging.WARNING)
|
|||||||
|
|
||||||
def set_logger(log_file: str, level: int = logging.DEBUG):
|
def set_logger(log_file: str, level: int = logging.DEBUG):
|
||||||
"""Set up file logging with the specified level.
|
"""Set up file logging with the specified level.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
log_file: Path to the log file
|
log_file: Path to the log file
|
||||||
level: Logging level (e.g. logging.DEBUG, logging.INFO)
|
level: Logging level (e.g. logging.DEBUG, logging.INFO)
|
||||||
|
Reference in New Issue
Block a user