Skip to content

Commit 1ea72c5

Browse files
committed
- Fixed pre-commit errors.
1 parent 7f80d32 commit 1ea72c5

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/mcp/client/auth/extensions/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717
"decode_id_jag",
1818
"validate_token_exchange_params",
1919
]
20-

src/mcp/client/auth/extensions/enterprise_managed_auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,3 @@ def validate_token_exchange_params(
412412
"urn:ietf:params:oauth:token-type:saml2",
413413
]:
414414
raise ValueError(f"Invalid subject_token_type: {params.subject_token_type}")
415-

src/mcp/server/auth/extensions/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
"JWTValidationConfig",
1414
"ReplayPreventionStore",
1515
]
16-

src/mcp/server/auth/extensions/enterprise_managed_auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,3 @@ async def handle_jwt_bearer_grant(
274274
"expires_in": 3600,
275275
"scope": claims.scope,
276276
}
277-

0 commit comments

Comments
 (0)