mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 16:29:54 +02:00
Fix linter spacing
This commit is contained in:
parent
b2cfc4e8bc
commit
36c9cbdaa3
1 changed files with 0 additions and 1 deletions
|
@ -1503,7 +1503,6 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
% (e.code, e)
|
% (e.code, e)
|
||||||
)
|
)
|
||||||
return e.code
|
return e.code
|
||||||
|
|
||||||
|
|
||||||
def _delete_hosts_if_not_used(self, hostsToDelete: list[str]):
|
def _delete_hosts_if_not_used(self, hostsToDelete: list[str]):
|
||||||
"""delete the host object in registry,
|
"""delete the host object in registry,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue