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.
One page 152 of your book, there is a missing opening curly bracket on point 6. @use_kwargs('visibility': fields.Str(missing='public')})
@use_kwargs('visibility': fields.Str(missing='public')})
This should be: @use_kwargs({'visibility': fields.Str(missing='public')})
@use_kwargs({'visibility': fields.Str(missing='public')})