diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index b004031..117957f 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