diff --git a/authens/tests/test_views.py b/authens/tests/test_views.py index caf8ebf..07b5fbc 100644 --- a/authens/tests/test_views.py +++ b/authens/tests/test_views.py @@ -7,7 +7,6 @@ from django.contrib.sessions.models import Session from django.test import Client, TestCase from django.urls import reverse -from authens.forms import OldCASAuthForm from authens.models import CASAccount, OldCASAccount from authens.tests.cas_utils import FakeCASClient