diff --git a/lms/djangoapps/certificates/management/commands/tests/test_modify_certs_template.py b/lms/djangoapps/certificates/management/commands/tests/test_modify_certs_template.py index 6e7284b8f8..03d9b05d54 100644 --- a/lms/djangoapps/certificates/management/commands/tests/test_modify_certs_template.py +++ b/lms/djangoapps/certificates/management/commands/tests/test_modify_certs_template.py @@ -4,10 +4,7 @@ Tests for the modify_cert_template command import pytest from django.core.management import CommandError, call_command -from django.test import ( - TestCase, - override_settings, -) # lint-amnesty, pylint: disable=unused-import +from django.test import TestCase class ModifyCertTemplateTests(TestCase):