From 4722dceff00e9c1e3c133cd5eecfd6bdebba9bfe Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Sun, 31 May 2026 16:23:50 +0800 Subject: [PATCH] Fix lint --- backend/plugin/oauth2/api/v1/google.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/plugin/oauth2/api/v1/google.py b/backend/plugin/oauth2/api/v1/google.py index 32a1fd9e..55e76749 100644 --- a/backend/plugin/oauth2/api/v1/google.py +++ b/backend/plugin/oauth2/api/v1/google.py @@ -16,7 +16,6 @@ from backend.plugin.oauth2.enums import UserSocialAuthType, UserSocialType from backend.plugin.oauth2.service.oauth2_service import oauth2_service from backend.utils.limiter import RateLimiter - router = APIRouter() google_client = GoogleOAuth20(settings.OAUTH2_GOOGLE_CLIENT_ID, settings.OAUTH2_GOOGLE_CLIENT_SECRET)