From 9a97a1d190711b1d5adf2719c28976b1c2f574f9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 26 2014 09:43:51 +0000 Subject: Small pep8 adjustments Signed-off-by: Pierre-Yves Chibon --- diff --git a/progit/app.py b/progit/app.py index d7b224d..fc86bb4 100644 --- a/progit/app.py +++ b/progit/app.py @@ -163,7 +163,6 @@ def view_user(username): ) - @APP.route('/new/', methods=('GET', 'POST')) @cla_required def new_project(): @@ -196,4 +195,3 @@ def new_project(): 'new_project.html', form=form, ) -