Skip to content

Commit

Permalink
chore: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Sep 26, 2024
1 parent e5a2e83 commit f3f7b9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lms/djangoapps/verify_student/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion lms/djangoapps/verify_student/tests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f3f7b9f

Please sign in to comment.