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