From f825ea85043410dc06f3f7b6b0b1703d36d71f4b Mon Sep 17 00:00:00 2001 From: codey Date: Sun, 11 Aug 2024 12:12:50 -0400 Subject: [PATCH] fdsfds --- endpoints/LyricSearch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 9700b20..117957f 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -6,8 +6,6 @@ import regex import logging import json -# ffs - from typing import Any, Annotated from fastapi import FastAPI, Form, HTTPException from pydantic import BaseModel