diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 117957f..b004031 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -4,7 +4,7 @@ import importlib import urllib.parse import regex import logging -import json +import json# from typing import Any, Annotated from fastapi import FastAPI, Form, HTTPException