From 8a3be92a09bcacd92550145b27fdbe2019866a71 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 1 Jul 2024 11:53:29 -0700 Subject: [PATCH] fix code inspection --- notifications_utils/recipients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_utils/recipients.py b/notifications_utils/recipients.py index b147dd52b..34cd2def2 100644 --- a/notifications_utils/recipients.py +++ b/notifications_utils/recipients.py @@ -603,7 +603,7 @@ def validate_us_phone_number(number): def show_mangled_number_clues(number): - print(f"ORIG {number}") + translator = { "1": "X", "2": "X",