mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-02 17:23:32 +02:00
lint
This commit is contained in:
parent
bc75ac4540
commit
8ff93fade1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def send_templated_email(
|
|||
|
||||
if not settings.IS_PRODUCTION: # type: ignore
|
||||
# Split into a function: C901 'send_templated_email' is too complex.
|
||||
# Raises an error if we cannot send an email (due to restrictions).
|
||||
# Raises an error if we cannot send an email (due to restrictions).
|
||||
# Does nothing otherwise.
|
||||
_can_send_email(to_address, bcc_address)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue