Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Apr 19, 2024
1 parent 77b0e1c commit 9fb075c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/concepts/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,7 @@ print(u.model_dump_json()) # (1)!

Pydantic models support efficient pickling and unpickling.

```py test="skip"
# TODO need to get pickling to work
```py
import pickle

from pydantic import BaseModel
Expand Down

0 comments on commit 9fb075c

Please sign in to comment.