Skip to content

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jul 26, 2023
1 parent 5ebe541 commit 510f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/serialization.md
Expand Up @@ -710,7 +710,7 @@ from pydantic import BaseModel, SecretStr

class User(BaseModel):
id: int
username: str # overridden by explicit include
username: str
password: SecretStr


Expand Down

0 comments on commit 510f961

Please sign in to comment.