Formatting

This commit is contained in:
Nick Mowen 2023-09-19 13:30:45 -06:00
parent f2dbad0c3d
commit 13cf6512e7

View File

@ -1673,9 +1673,7 @@ def export_delete(file_name: str):
if not os.path.exists(file):
return make_response(
jsonify(
{"success": False, "message": f"{file_name} not found."}
),
jsonify({"success": False, "message": f"{file_name} not found."}),
404,
)