updated for linter

This commit is contained in:
David Kennedy 2024-07-02 17:10:52 -04:00
parent 45c7f1aaa6
commit 1dc3bf883e
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 2 additions and 2 deletions

View file

@ -917,7 +917,7 @@ class ContactAdmin(ListHeaderAdmin, ImportExportModelAdmin):
name.admin_order_field = "first_name" # type: ignore
# Read only that we'll leverage for CISA Analysts
analyst_readonly_fields = []
analyst_readonly_fields: list[str] = []
def get_readonly_fields(self, request, obj=None):
"""Set the read-only state on form elements.