Skip to content

Commit e0bfe48

Browse files
author
python-desert
authored
Merge branch 'master' into test_pypy3
2 parents f30198c + 9439024 commit e0bfe48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/desert/_make.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@ def field_for_schema(
290290

291291
if field is None:
292292
nested = forward_reference or class_schema(typ)
293-
try:
294-
nested.help = typ.__doc__
295-
except AttributeError:
296-
# TODO need to handle the case where nested is a string forward reference.
297-
pass
298293
field = marshmallow.fields.Nested(nested)
299294

300295
field.metadata.update(metadata)

0 commit comments

Comments
 (0)