From a9f2d9a4c736511235140f362ab33eb7da0cda61 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Mon, 27 Feb 2017 11:14:26 +0100 Subject: Nettoyage des imports --- urls.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 38c33a0..5557612 100644 --- a/urls.py +++ b/urls.py @@ -14,8 +14,7 @@ # with celcatsanitizer; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -from django.conf.urls import url, handler404 - +from django.conf.urls import url from . import views urlpatterns = [ -- cgit v1.2.1