From fb23748abc193b5d9f341dee5885acb524b507f3 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 23 Aug 2024 07:30:10 -0700 Subject: [PATCH] fix flake 8 --- app/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/commands.py b/app/commands.py index 16381043c..45a8107af 100644 --- a/app/commands.py +++ b/app/commands.py @@ -1054,6 +1054,7 @@ def add_test_users_to_db(generate, state, admin): ) print(f"{num} {user.email_address} created") + # generate a new salt value @notify_command(name="generate-salt") def generate_salt():