Skip to content

Commit ebc5c4f

Browse files
committed
🎨
Signed-off-by: ff137 <[email protected]>
1 parent 455118a commit ebc5c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydid/did_url.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, url: str):
4646
def __get_pydantic_core_schema__(
4747
cls, source_type: Any, handler: GetCoreSchemaHandler
4848
) -> CoreSchema:
49-
"""Update schema fields."""
49+
"""Get core schema."""
5050
return core_schema.no_info_after_validator_function(cls, handler(str))
5151

5252
@classmethod

0 commit comments

Comments
 (0)