Skip to content

Commit babd4fa

Browse files
committed
fix: restore OAuthClientMetadata import removed during rebase
1 parent 95d6e3f commit babd4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, OAuthMetadata
6+
from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthClientMetadata, OAuthMetadata
77

88

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

0 commit comments

Comments
 (0)