From ad74f81acbab131f53fce81dc5aa6bb7839479b9 Mon Sep 17 00:00:00 2001 From: codey Date: Sun, 11 Aug 2024 12:01:11 -0400 Subject: [PATCH] . --- endpoints/LyricSearch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 6771b29..117957f 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -38,7 +38,6 @@ class ValidLyricRequest(BaseModel): } } - class LyricSearch(FastAPI): def __init__(self, app: FastAPI, util, constants): self.app = app