mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +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):
|
||||
return (
|
||||
obj.domain_info.organization_type
|
||||
)
|
||||
return obj.domain_info.organization_type
|
||||
|
||||
# Filters
|
||||
list_filter = ["domain_info__organization_type"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue