Flake8 râle

This commit is contained in:
Ludovic Stephan 2020-06-13 21:03:52 +02:00
parent 189159f9e5
commit 75e7acb233

View file

@ -7,7 +7,6 @@ from django.contrib.sessions.models import Session
from django.test import Client, TestCase from django.test import Client, TestCase
from django.urls import reverse from django.urls import reverse
from authens.forms import OldCASAuthForm
from authens.models import CASAccount, OldCASAccount from authens.models import CASAccount, OldCASAccount
from authens.tests.cas_utils import FakeCASClient from authens.tests.cas_utils import FakeCASClient