feat: linter

Fixing a linter air

FIXES: APER-2851
This commit is contained in:
Deborah Kaplan
2024-01-18 13:49:22 +00:00
parent e0ef013f02
commit a35a6f908e

View File

@@ -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):