From 36e5614d4a53fceeb41632d0c92a46caa6f467e8 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 9 Aug 2024 09:28:50 -0700 Subject: [PATCH] fix flake8 --- app/v2/notifications/post_notifications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/v2/notifications/post_notifications.py b/app/v2/notifications/post_notifications.py index b006b57f5..a5ad17646 100644 --- a/app/v2/notifications/post_notifications.py +++ b/app/v2/notifications/post_notifications.py @@ -85,7 +85,6 @@ def process_sms_or_email_notification( notification_type, template, template_with_content, - template_process_type, service, reply_to_text=None, ):