Fix tests and lint

This commit is contained in:
zandercymatics 2024-07-09 13:59:30 -06:00
parent c3dfc08b25
commit 92f269c69e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 74 additions and 5 deletions

View file

@ -449,7 +449,7 @@ class AdminSortFields:
# == Contact == #
"other_contacts": (Contact, _name_sort),
"submitter": (Contact, _name_sort),
# == Senior Official == #
# == Senior Official == #
"senior_official": (SeniorOfficial, _name_sort),
# == User == #
"creator": (User, _name_sort),