From 07401d963cd671097396061c9681c56a3c02e456 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Wed, 21 Feb 2024 19:45:50 -0500 Subject: [PATCH] lint --- src/registrar/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/admin.py b/src/registrar/admin.py index c3ce00889..d6af9497d 100644 --- a/src/registrar/admin.py +++ b/src/registrar/admin.py @@ -30,7 +30,7 @@ logger = logging.getLogger(__name__) class MyUserAdminForm(UserChangeForm): """This form utilizes the custom widget for its class's ManyToMany UIs. - + It inherits from UserChangeForm which has special handling for the password and username fields.""" class Meta: