diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 270ee1c..9700b20 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -6,6 +6,7 @@ import regex import logging import json +# ffs from typing import Any, Annotated from fastapi import FastAPI, Form, HTTPException