From 40a8d234063f9e6b29f492030eb2457337f57ae8 Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 12 Feb 2025 10:57:02 -0500 Subject: [PATCH] test --- endpoints/lastfm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/endpoints/lastfm.py b/endpoints/lastfm.py index ad30c5d..62e65cc 100644 --- a/endpoints/lastfm.py +++ b/endpoints/lastfm.py @@ -53,6 +53,8 @@ class LastFM(FastAPI): 'success': True, 'result': artist_result } + + # test async def artist_album_handler(self, data: ValidArtistSearchRequest) -> dict: """