mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 01:32:20 -05:00
pep8 fixes
no idea why the build/local pep8s weren't picking them up before. also excluded import order pep8
This commit is contained in:
@@ -87,7 +87,7 @@ def process_job(job_id):
|
||||
'personalisation': {
|
||||
key: personalisation.get(key)
|
||||
for key in template.placeholders
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
if template.template_type == SMS_TYPE:
|
||||
|
||||
Reference in New Issue
Block a user