mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
linter fixes
This commit is contained in:
parent
15795dd333
commit
8888131b38
3 changed files with 5 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue