From a8955ef78fe10de15e375748b8298fcc2e26893e Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 11 Jan 2024 09:50:59 -0800 Subject: [PATCH] fix flake8 --- app/user/rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/user/rest.py b/app/user/rest.py index d5746147d..e98151f1e 100644 --- a/app/user/rest.py +++ b/app/user/rest.py @@ -354,7 +354,6 @@ def create_2fa_code( key = f"2facode-{saved_notification.id}".replace(" ", "") recipient = str(recipient) redis_store.raw_set(key, recipient) - stored_recipient = redis_store.raw_get(key) # Assume that we never want to observe the Notify service's research mode # setting for this notification - we still need to be able to log into the