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