From be869306f4621029126c485402a3b57ce569c304 Mon Sep 17 00:00:00 2001 From: codey Date: Sun, 11 Aug 2024 12:05:36 -0400 Subject: [PATCH] DO THE THING --- endpoints/LyricSearch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 270ee1c..9700b20 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -6,6 +6,7 @@ import regex import logging import json +# ffs from typing import Any, Annotated from fastapi import FastAPI, Form, HTTPException