From 236aab6bd2cdf0405f37abe344b5a1a5538e0937 Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 12 Feb 2025 10:57:38 -0500 Subject: [PATCH] test 2 --- endpoints/lastfm.py | 2 -- 1 file changed, 2 deletions(-) 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: """