Skip to content

Commit f0c6afb

Browse files
authored
Add missing fields to __all__ (#2809)
1 parent ef06fbe commit f0c6afb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/marshmallow/fields.py

+7
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
"Nested",
7373
"Number",
7474
"Pluck",
75+
"Raw",
76+
"Str",
77+
"String",
78+
"Time",
79+
"TimeDelta",
80+
"Tuple",
81+
"Url",
7582
]
7683

7784
_InternalT = typing.TypeVar("_InternalT")

0 commit comments

Comments
 (0)