Skip to content

Commit

Permalink
remove placeholder fn
Browse files Browse the repository at this point in the history
  • Loading branch information
teovin committed Jun 12, 2024
1 parent 041007a commit 7bc82ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions web/main/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7bc82ff

Please sign in to comment.