Skip to content

Commit 55c9ff4

Browse files
authored
Merge pull request #44 from altendky/more_black
black
2 parents a068e0d + 7167437 commit 55c9ff4

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)