mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
remove unused GOOGLE_SCOPE_ALIASES_REVERSE
This commit is contained in:
parent
3bc2805b67
commit
3af099c1eb
1 changed files with 0 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ GOOGLE_SCOPE_ALIASES: dict[str, str] = {
|
|||
"profile": "https://www.googleapis.com/auth/userinfo.profile",
|
||||
}
|
||||
|
||||
GOOGLE_SCOPE_ALIASES_REVERSE: dict[str, str] = {
|
||||
v: k for k, v in GOOGLE_SCOPE_ALIASES.items()
|
||||
}
|
||||
|
||||
|
||||
def _normalize_google_scope(scope: str) -> str:
|
||||
"""Normalize a Google scope shorthand to its canonical full URI.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue