run pre-commit

This commit is contained in:
Denis Leemann
2025-12-15 15:34:26 +01:00
parent 90f87c263f
commit 9dcbe33366
4 changed files with 18 additions and 14 deletions
+2 -3
View File
@@ -93,15 +93,14 @@ def purge_fs_sessions(path):
if is_true(os.getenv("ODOO_SESSION_REDIS")):
if sentinel_host:
_logger.debug(
"HTTP sessions stored in Redis with prefix '%s'. "
"Using Sentinel on %s:%s",
"HTTP sessions stored in Redis with prefix '%s'. Using Sentinel on %s:%s",
prefix or "",
sentinel_host,
sentinel_port,
)
else:
_logger.debug(
"HTTP sessions stored in Redis with prefix '%s' on " "%s:%s",
"HTTP sessions stored in Redis with prefix '%s' on %s:%s",
prefix or "",
host,
port,