We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456692c commit c257c69Copy full SHA for c257c69
1 file changed
tests/shared/test_auth.py
@@ -2,7 +2,7 @@
2
3
import pytest
4
5
-from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthClientMetadata, OAuthMetadata
+from mcp.shared.auth import InvalidScopeError, OAuthClientInformationFull, OAuthMetadata
6
7
8
def _make_client(scope: str | None) -> OAuthClientInformationFull:
0 commit comments