From 063a9529c49df5f21d83c973f501db09161542cd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 25 Apr 2022 10:03:10 +0300 Subject: Implement file upload --- qc_app/parse_error.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 qc_app/parse_error.py (limited to 'qc_app/parse_error.py') diff --git a/qc_app/parse_error.py b/qc_app/parse_error.py deleted file mode 100644 index 1414b78..0000000 --- a/qc_app/parse_error.py +++ /dev/null @@ -1,9 +0,0 @@ -"""Parse Error handling blue print""" -from flask import Blueprint - -parseerrbp = Blueprint("parse_error", __name__) - -@parseerrbp.route("/", methods=["GET"]) -def parse_success(): - """Indicates success if parsing the file is fails""" - return "STUB: Parse error!!!" -- cgit v1.2.3