linter fixes

This commit is contained in:
matthewswspence 2025-03-26 11:52:32 -05:00
parent 15795dd333
commit 8888131b38
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
3 changed files with 5 additions and 6 deletions

View file

@ -2754,7 +2754,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportRegistrarModelAdmin):
def eop_stakeholder_email(self, obj):
return obj.eop_stakeholder_email if obj.eop_stakeholder_email else ""
# This is just a placeholder. This field will be populated in the detail_table_fieldset view.
# This is not a field that exists on the model.
def status_history(self, obj):