black, isort, flake8

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-08 21:43:52 -05:00
parent 171326a6b0
commit 1157f5639d
302 changed files with 317 additions and 389 deletions

View File

@@ -170,7 +170,10 @@ def send_notification_to_queue_detached(
def send_notification_to_queue(notification, queue=None):
send_notification_to_queue_detached(
notification.key_type, notification.notification_type, notification.id, queue,
notification.key_type,
notification.notification_type,
notification.id,
queue,
)