Remove unused import for linting

This commit is contained in:
Rebecca Hsieh 2025-02-10 13:02:43 -08:00
parent f0856a0844
commit 663e34fd5b
No known key found for this signature in database

View file

@ -31,9 +31,6 @@ from .common import (
)
from unittest.mock import ANY, call, patch
from django.contrib.messages import get_messages
import boto3_mocking # type: ignore
import logging