diff options
author | Frederick Muriuki Muriithi | 2022-04-25 10:03:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-04-25 10:03:10 +0300 |
commit | 063a9529c49df5f21d83c973f501db09161542cd (patch) | |
tree | b0ee520655ef25d76d5aee5f4f4e015d54878177 /qc_app/parse_error.py | |
parent | b419a43c851336aeb57407c72c0a37271fbb2ebc (diff) | |
download | gn-uploader-063a9529c49df5f21d83c973f501db09161542cd.tar.gz |
Implement file upload
Diffstat (limited to 'qc_app/parse_error.py')
-rw-r--r-- | qc_app/parse_error.py | 9 |
1 files changed, 0 insertions, 9 deletions
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!!!" |