mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
lint
This commit is contained in:
parent
b45c5665d3
commit
2ba48edb7f
1 changed files with 1 additions and 3 deletions
|
@ -198,9 +198,7 @@ class DomainAdmin(ListHeaderAdmin):
|
||||||
]
|
]
|
||||||
|
|
||||||
def organization_type(self, obj):
|
def organization_type(self, obj):
|
||||||
return (
|
return obj.domain_info.organization_type
|
||||||
obj.domain_info.organization_type
|
|
||||||
)
|
|
||||||
|
|
||||||
# Filters
|
# Filters
|
||||||
list_filter = ["domain_info__organization_type"]
|
list_filter = ["domain_info__organization_type"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue