mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Fix linting
This commit is contained in:
parent
7b928a2761
commit
d0e9cfce10
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,8 @@ from django.urls import reverse
|
|||
from django.contrib.auth import get_user_model
|
||||
|
||||
from django_webtest import WebTest # type: ignore
|
||||
import boto3_mocking
|
||||
import boto3_mocking # type: ignore
|
||||
|
||||
|
||||
from registrar.models import DomainApplication, Domain, Contact, Website
|
||||
from registrar.views.application import ApplicationWizard, Step
|
||||
|
|
|
@ -21,7 +21,6 @@ def send_templated_email(template_name: str, to_address: str, context={}):
|
|||
region_name=settings.AWS_REGION,
|
||||
aws_access_key_id=settings.AWS_ACCESS_KEY_ID,
|
||||
aws_secret_access_key=settings.AWS_SECRET_ACCESS_KEY,
|
||||
|
||||
)
|
||||
ses_client.send_email(
|
||||
FromEmailAddress=settings.DEFAULT_FROM_EMAIL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue