From 617ac0535b191998b96979a48c7df2268670087c Mon Sep 17 00:00:00 2001 From: ygd58 Date: Mon, 4 May 2026 11:59:30 +0200 Subject: [PATCH] fix: correct docstring syntax error in check_auth_live --- skills/productivity/google-workspace/scripts/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/productivity/google-workspace/scripts/setup.py b/skills/productivity/google-workspace/scripts/setup.py index e80b7a2e81..8504d180cd 100644 --- a/skills/productivity/google-workspace/scripts/setup.py +++ b/skills/productivity/google-workspace/scripts/setup.py @@ -131,7 +131,7 @@ def _ensure_deps(): def check_auth_live(): - """Check auth with a real API call to detect disabled_client/account issues."""" + """Check auth with a real API call to detect disabled_client/account issues.""" if not check_auth(): return False _ensure_deps()