From 777641f85e4692d3d9158a90636038855c84b9fb Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Wed, 20 Mar 2019 20:40:28 -0300 Subject: [PATCH] HOT-FIX: retira import incorreto --- sapl/base/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/base/urls.py b/sapl/base/urls.py index 88855cba2..967c06ee1 100644 --- a/sapl/base/urls.py +++ b/sapl/base/urls.py @@ -9,7 +9,7 @@ from django.contrib.auth.views import (password_reset, password_reset_complete, from django.views.generic.base import RedirectView, TemplateView from sapl import base -from sapl.base.views import AutorCrud, ConfirmarEmailView, TipoAutorCrud, get_estatistica, get_data_ultima_atualizacao +from sapl.base.views import AutorCrud, ConfirmarEmailView, TipoAutorCrud, get_estatistica from sapl.settings import EMAIL_SEND_USER, MEDIA_URL