fix: remove extra blank line in auth.py

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
openhands
2026-03-11 15:33:42 +00:00
parent 5e96574730
commit d077b48a19

View File

@@ -149,7 +149,6 @@ async def _get_user_orgs_with_data(user_id: str, org_member_ids: list) -> list:
return orgs
@oauth_router.get('/keycloak/callback')
async def keycloak_callback(
request: Request,