Skip to content

Commit

Permalink
Add missing fields to __all__ (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria authored Feb 4, 2025
1 parent ef06fbe commit f0c6afb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/marshmallow/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
"Nested",
"Number",
"Pluck",
"Raw",
"Str",
"String",
"Time",
"TimeDelta",
"Tuple",
"Url",
]

_InternalT = typing.TypeVar("_InternalT")
Expand Down

0 comments on commit f0c6afb

Please sign in to comment.