This commit is contained in:
codey 2024-08-11 12:01:11 -04:00
parent b9f0639934
commit ad74f81acb

View File

@ -38,7 +38,6 @@ class ValidLyricRequest(BaseModel):
}
}
class LyricSearch(FastAPI):
def __init__(self, app: FastAPI, util, constants):
self.app = app