formatted for code readability

This commit is contained in:
David Kennedy 2024-07-29 13:58:56 -04:00
parent 8e3c821aa0
commit bb9fe819d7
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
4 changed files with 2 additions and 4 deletions

View file

@ -26,7 +26,6 @@ from django.core.management import call_command
from unittest.mock import MagicMock, call, mock_open, patch
from api.views import get_current_federal, get_current_full
from django.conf import settings
from django.test import RequestFactory
from botocore.exceptions import ClientError
import boto3_mocking
from registrar.utility.s3_bucket import S3ClientError, S3ClientErrorCodes # type: ignore