mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
reformatted for linter
This commit is contained in:
parent
ab5b0be466
commit
5ee316b7af
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ class HostResource(resources.ModelResource):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.Host
|
model = models.Host
|
||||||
|
|
||||||
|
|
||||||
class MyHostAdmin(AuditedAdmin, ImportExportModelAdmin):
|
class MyHostAdmin(AuditedAdmin, ImportExportModelAdmin):
|
||||||
"""Custom host admin class to use our inlines."""
|
"""Custom host admin class to use our inlines."""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue