From f3f7b9f07707b572c92aadf26911a6663fc6eb84 Mon Sep 17 00:00:00 2001 From: ilee2u Date: Thu, 26 Sep 2024 15:58:31 -0400 Subject: [PATCH] chore: nits --- lms/djangoapps/verify_student/models.py | 1 - lms/djangoapps/verify_student/tests/test_services.py | 1 - 2 files changed, 2 deletions(-) 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()