diff --git a/endpoints/lastfm.py b/endpoints/lastfm.py index 62e65cc..ad30c5d 100644 --- a/endpoints/lastfm.py +++ b/endpoints/lastfm.py @@ -53,8 +53,6 @@ class LastFM(FastAPI): 'success': True, 'result': artist_result } - - # test async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict: """