Skip to content

Commit f9723d0

Browse files
author
Jianke LIN
committed
test: order protected resource imports
1 parent 90299d3 commit f9723d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/auth/test_protected_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from pydantic import AnyHttpUrl
99
from starlette.applications import Starlette
1010

11-
from mcp.shared.auth import ProtectedResourceMetadata
1211
from mcp.server.auth.routes import build_resource_metadata_url, create_protected_resource_routes
12+
from mcp.shared.auth import ProtectedResourceMetadata
1313

1414

1515
@pytest.fixture

0 commit comments

Comments
 (0)