Fix lint errors

This commit is contained in:
Jasmine Schladen 2020-12-08 12:09:53 -08:00
parent 79c6b3fc00
commit 15d43d6c27
1 changed files with 5 additions and 5 deletions

View File

@ -434,7 +434,7 @@ def send_security_expiration_summary(exclude=None):
notification_type = "expiration_summary"
log_data = {
"function": function,
"message": f"Sending expiration summary notification for to security team",
"message": "Sending expiration summary notification for to security team",
"notification_type": notification_type,
"notification_plugin": notification_plugin.slug,
}