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