refac/fix

This commit is contained in:
Timothy Jaeryang Baek 2025-07-16 22:22:59 +04:00
parent 4f5d949af6
commit 51242f4484

View file

@ -648,8 +648,8 @@ def load_oauth_providers():
}
if OAUTH_TOKEN_ENDPOINT_AUTH_METHOD.value
else {}
)
** (
),
**(
{"timeout": int(OAUTH_TIMEOUT.value)} if OAUTH_TIMEOUT.value else {}
),
}