From 5eb5e06a1ea4baf6cd9398a7af651b6884da38e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Mar 2026 16:52:41 +0000 Subject: [PATCH] style: auto-fix ruff lint and format --- auth/permissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/permissions.py b/auth/permissions.py index 1a5b419..547f3d5 100644 --- a/auth/permissions.py +++ b/auth/permissions.py @@ -14,7 +14,7 @@ Other services: readonly, full (extensible by adding entries to SERVICE_PERMISSI """ import logging -from typing import Dict, FrozenSet, List, Optional, Set, Tuple +from typing import Dict, FrozenSet, List, Optional, Tuple from auth.scopes import ( GMAIL_READONLY_SCOPE,