Skip to content

Commit 3017e6a

Browse files
committed
fix: remove unused OAuthClientMetadata import in test_auth
Github-Issue: #2216
1 parent 3b6b9d3 commit 3017e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/shared/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pytest
44
from pydantic import ValidationError
55

6-
from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthClientMetadata, OAuthMetadata
6+
from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthMetadata
77

88

99
def _make_client(scope: str | None) -> OAuthClientInformationFull:

0 commit comments

Comments
 (0)