From 1fd6ce9fe407b253ddccc97b3fe6c249eced4e13 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 5 Jan 2016 12:40:01 +0000 Subject: [PATCH] fix codestyle --- app/main/views/two_factor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()