franceconnect: remove dead import (#29240)

This commit is contained in:
Benjamin Dauvergne 2019-03-08 01:53:15 +01:00
parent 31dfd4e853
commit 96d6eb291a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.core.urlresolvers import reverse_lazy
from django.views.generic import RedirectView, FormView
from django.views.generic import FormView
from hobo.environment.models import Variable, Authentic
from .forms import SettingsForm, EnableForm