We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455118a commit ebc5c4fCopy full SHA for ebc5c4f
pydid/did_url.py
@@ -46,7 +46,7 @@ def __init__(self, url: str):
46
def __get_pydantic_core_schema__(
47
cls, source_type: Any, handler: GetCoreSchemaHandler
48
) -> CoreSchema:
49
- """Update schema fields."""
+ """Get core schema."""
50
return core_schema.no_info_after_validator_function(cls, handler(str))
51
52
@classmethod
0 commit comments