chore: linter fix

This commit is contained in:
Shariq Ansari 2023-11-20 11:46:09 +05:30 committed by GitHub
parent 9949bf47b7
commit c0d47d8ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ def send_notification_email(doc):
recipients=email,
subject=email_subject,
template="new_notification",
args={
args = {
"body_content": doc.subject,
"description": doc.email_content,
"document_type": doc.document_type,