Skip to content

Commit 826fdcc

Browse files
committed
ruff
1 parent 375206f commit 826fdcc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/server/fastmcp/auth/test_auth_integration.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44

55
import base64
66
import hashlib
7-
import json
87
import secrets
98
import time
109
import unittest.mock
1110
from urllib.parse import parse_qs, urlparse
1211

13-
import anyio
1412
import httpx
1513
import pytest
16-
from httpx_sse import aconnect_sse
1714
from pydantic import AnyHttpUrl
1815
from starlette.applications import Starlette
1916

@@ -30,14 +27,10 @@
3027
RevocationOptions,
3128
create_auth_routes,
3229
)
33-
from mcp.server.auth.settings import AuthSettings
34-
from mcp.server.fastmcp import FastMCP
35-
from mcp.server.streaming_asgi_transport import StreamingASGITransport
3630
from mcp.shared.auth import (
3731
OAuthClientInformationFull,
3832
OAuthToken,
3933
)
40-
from mcp.types import JSONRPCRequest
4134

4235

4336
# Mock OAuth provider for testing

0 commit comments

Comments
 (0)