Skip to content

Commit

Permalink
Update docs/concepts/serialization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Apr 19, 2024
1 parent 93615cf commit 30375fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/serialization.md
Expand Up @@ -641,7 +641,7 @@ print(u.model_dump_json()) # (1)!

Pydantic models support efficient pickling and unpickling.

```py test="skip"
```py
import pickle

from pydantic import BaseModel
Expand Down

0 comments on commit 30375fa

Please sign in to comment.