diff --git a/app/main/views/two_factor.py b/app/main/views/two_factor.py index b1efa4545..a9f681947 100644 --- a/app/main/views/two_factor.py +++ b/app/main/views/two_factor.py @@ -26,4 +26,4 @@ def process_two_factor(): else: return jsonify(form.errors), 400 except: - traceback.print_exc() \ No newline at end of file + traceback.print_exc()