(20250116) Started upgrading the mail module (to eventually work on cron).
This commit is contained in:
@@ -218,7 +218,7 @@ class AsyncGoogleBase:
|
||||
|
||||
async def get_authorization_tokens(
|
||||
self,
|
||||
scopes: List[str],
|
||||
scopes: List[str] | None,
|
||||
redirect_url: str
|
||||
) -> GoogleAuthTokens:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user