Fix linter spacing

This commit is contained in:
Rebecca Hsieh 2023-10-10 17:59:53 -07:00
parent b2cfc4e8bc
commit 36c9cbdaa3
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -1504,7 +1504,6 @@ class Domain(TimeStampedModel, DomainHelper):
) )
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,
will only delete the host object, if it's not being used by another domain will only delete the host object, if it's not being used by another domain