From 852c0e57c8b0f2e2b6b327ee5dd7965a73f76356 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 8 May 2024 11:30:51 -0700 Subject: [PATCH] convert to test fixture --- app/main/views/register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/register.py b/app/main/views/register.py index fbcf42a73..e9e03a76a 100644 --- a/app/main/views/register.py +++ b/app/main/views/register.py @@ -17,7 +17,7 @@ from flask_login import current_user from app import user_api_client from app.main import main -from app.main.forms import ( # RegisterUserFromInviteForm, +from app.main.forms import ( RegisterUserForm, RegisterUserFromOrgInviteForm, SetupUserProfileForm,