mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
code review feedback, fix setup.cfg and reformat
This commit is contained in:
@@ -4,11 +4,7 @@ import botocore
|
||||
from boto3 import client
|
||||
from flask import current_app
|
||||
|
||||
from app.clients import (
|
||||
AWS_CLIENT_CONFIG,
|
||||
STATISTICS_DELIVERED,
|
||||
STATISTICS_FAILURE,
|
||||
)
|
||||
from app.clients import AWS_CLIENT_CONFIG, STATISTICS_DELIVERED, STATISTICS_FAILURE
|
||||
from app.clients.email import (
|
||||
EmailClient,
|
||||
EmailClientException,
|
||||
|
||||
Reference in New Issue
Block a user