Skip to content

Commit 202cb0f

Browse files
authored
Merge branch 'master' into add_test_req_layer
2 parents ef41523 + 55c9ff4 commit 202cb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/desert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def schema_class(
4141

4242

4343
def metadata(
44-
field: marshmallow.fields.Field
44+
field: marshmallow.fields.Field,
4545
) -> t.Dict["desert._make._DesertSentinel", t.Dict[t.Any, marshmallow.fields.Field]]:
4646
"""Specify a marshmallow field in the field metadata.
4747

0 commit comments

Comments
 (0)