pep8
This commit is contained in:
parent
bcbec29653
commit
d32059f301
16 changed files with 59 additions and 58 deletions
|
|
@ -66,5 +66,4 @@ class SESBackend(BaseBackend):
|
|||
def get_send_quota(self):
|
||||
return SESQuota(self.sent_messages)
|
||||
|
||||
|
||||
ses_backend = SESBackend()
|
||||
ses_backend = SESBackend()
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ def get_random_message_id():
|
|||
random_hex(4),
|
||||
random_hex(12),
|
||||
random_hex(6),
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue