This commit is contained in:
codey 2025-02-12 10:57:38 -05:00
parent 40a8d23406
commit 236aab6bd2

View File

@ -54,8 +54,6 @@ class LastFM(FastAPI):
'result': artist_result 'result': artist_result
} }
# test
async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict: async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict:
""" """
Get artist's albums/releases Get artist's albums/releases