resolve all ruff check errors

This commit is contained in:
Taylor Wilsdon
2025-07-18 18:04:06 -04:00
parent 9f65f0f438
commit d4dc255f16
18 changed files with 21 additions and 75 deletions

View File

@@ -555,7 +555,7 @@ def get_credentials(
# Check for single-user mode
if os.getenv("MCP_SINGLE_USER_MODE") == "1":
logger.info(
f"[get_credentials] Single-user mode: bypassing session mapping, finding any credentials"
"[get_credentials] Single-user mode: bypassing session mapping, finding any credentials"
)
credentials = _find_any_credentials(credentials_base_dir)
if not credentials: