From a35a6f908e9957d8fe5b753d8b963ac9fd046501 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Thu, 18 Jan 2024 13:49:22 +0000 Subject: [PATCH] feat: linter Fixing a linter air FIXES: APER-2851 --- .../management/commands/tests/test_modify_certs_template.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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):