Fixed doc warnings

This commit is contained in:
Fabio Manganiello 2022-09-17 06:25:28 +02:00
parent 1b405de0d5
commit a9ebb4805a
Signed by untrusted user: blacklight
GPG Key ID: D90FBA7F76362774
3 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,6 @@ class TidalArtistSchema(TidalSchema):
)
name = fields.String(required=True)
albums = fields.Nested("TidalAlbumSchema", many=True)
@pre_dump
def _prefill_url(self, data, *_, **__):