Skip to content

Commit 187824d

Browse files
committed
Lint
1 parent 5f60679 commit 187824d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/mcp/server/auth/handlers/revoke.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Corresponds to TypeScript file: src/server/auth/handlers/revoke.ts
55
"""
66

7-
from typing import Callable, Optional
7+
from typing import Callable
88

9-
from pydantic import BaseModel, ValidationError
9+
from pydantic import ValidationError
1010
from starlette.requests import Request
1111
from starlette.responses import Response
1212

@@ -20,7 +20,6 @@
2020
from mcp.server.auth.provider import OAuthServerProvider, OAuthTokenRevocationRequest
2121

2222

23-
2423
class RevocationRequest(OAuthTokenRevocationRequest, ClientAuthRequest):
2524
pass
2625

src/mcp/server/auth/provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from mcp.server.auth.types import AuthInfo
1212
from mcp.shared.auth import (
1313
OAuthClientInformationFull,
14-
OAuthTokenRevocationRequest,
1514
OAuthTokens,
1615
)
1716

0 commit comments

Comments
 (0)