(20250116) Started upgrading the mail module (to eventually work on cron).

This commit is contained in:
2025-01-16 16:39:23 +05:30
parent efd7dda9f0
commit ed1e86c5e9
71 changed files with 2423 additions and 464 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ class AsyncGoogleBase:
async def get_authorization_tokens(
self,
scopes: List[str],
scopes: List[str] | None,
redirect_url: str
) -> GoogleAuthTokens: