mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Linting
This commit is contained in:
parent
d9408076b1
commit
83c7a5cdfd
4 changed files with 30 additions and 10 deletions
|
@ -563,7 +563,12 @@ class MyUserAdmin(BaseUserAdmin):
|
|||
analyst_fieldsets = (
|
||||
(
|
||||
None,
|
||||
{"fields": ("status", "verification_type",)},
|
||||
{
|
||||
"fields": (
|
||||
"status",
|
||||
"verification_type",
|
||||
)
|
||||
},
|
||||
),
|
||||
("Personal Info", {"fields": ("first_name", "last_name", "email")}),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue