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