From 7d5f19e9e54513eadae0ca7e3009853b0a14d91d Mon Sep 17 00:00:00 2001 From: codey Date: Sun, 11 Aug 2024 12:18:29 -0400 Subject: [PATCH] wot --- endpoints/LyricSearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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