Skip to content

Commit 12eddcc

Browse files
committed
fix precommit hook
1 parent 2b5cc94 commit 12eddcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/shared/test_auth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for OAuth 2.0 shared code."""
2+
23
import pytest
34
from mcp.shared.auth import OAuthMetadata, ProtectedResourceMetadata
45

@@ -38,6 +39,7 @@ def test_oidc(self):
3839
}
3940
)
4041

42+
4143
class TestProtectedResourceMetadataInvalid:
4244
"""Tests for ProtectedResourceMetadata parsing."""
4345

0 commit comments

Comments
 (0)