diff --git a/lms/djangoapps/verify_student/models.py b/lms/djangoapps/verify_student/models.py index 53e464ef9389..9a0ac369640a 100644 --- a/lms/djangoapps/verify_student/models.py +++ b/lms/djangoapps/verify_student/models.py @@ -19,7 +19,6 @@ from datetime import timedelta from email.utils import formatdate -from typing import Any import requests from config_models.models import ConfigurationModel diff --git a/lms/djangoapps/verify_student/tests/test_services.py b/lms/djangoapps/verify_student/tests/test_services.py index 6a8a04991ca4..d57993d368af 100644 --- a/lms/djangoapps/verify_student/tests/test_services.py +++ b/lms/djangoapps/verify_student/tests/test_services.py @@ -287,7 +287,6 @@ class TestIDVerificationServiceUserStatus(TestCase): verifications and in order to control the recency, we just put everything inside of a frozen time """ - def setUp(self): super().setUp() self.user = UserFactory.create()