We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a068e0d commit 7167437Copy full SHA for 7167437
src/desert/__init__.py
@@ -41,7 +41,7 @@ def schema_class(
41
42
43
def metadata(
44
- field: marshmallow.fields.Field
+ field: marshmallow.fields.Field,
45
) -> t.Dict["desert._make._DesertSentinel", t.Dict[t.Any, marshmallow.fields.Field]]:
46
"""Specify a marshmallow field in the field metadata.
47
0 commit comments