From 7bc82ff218c0457fee8b8c65004173acdd867de9 Mon Sep 17 00:00:00 2001 From: Ebru Yucesar Date: Wed, 12 Jun 2024 10:36:34 -0400 Subject: [PATCH] remove placeholder fn --- web/main/utils.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/main/utils.py b/web/main/utils.py index 3b4273088..290980020 100644 --- a/web/main/utils.py +++ b/web/main/utils.py @@ -745,10 +745,3 @@ def validate_image(file, formats=None): Image.open(file, formats=formats) except UnidentifiedImageError: raise BadFiletypeError(f"Only {', '.join(formats)} are supported at this time.") - - -def convert_case_xml_to_html(xml): - """ - The script to convert xml to html will go here - """ - return "html"