forked from platypush/platypush
Fixed doc warnings
This commit is contained in:
parent
1b405de0d5
commit
a9ebb4805a
3 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@ class TidalArtistSchema(TidalSchema):
|
||||||
)
|
)
|
||||||
|
|
||||||
name = fields.String(required=True)
|
name = fields.String(required=True)
|
||||||
albums = fields.Nested("TidalAlbumSchema", many=True)
|
|
||||||
|
|
||||||
@pre_dump
|
@pre_dump
|
||||||
def _prefill_url(self, data, *_, **__):
|
def _prefill_url(self, data, *_, **__):
|
||||||
|
|
Loading…
Reference in a new issue