Ran formatter

This commit is contained in:
Alysia Broddrick 2023-10-06 08:53:21 -07:00
parent 6289b982f6
commit 8b17d184eb
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
2 changed files with 3 additions and 3 deletions

View file

@ -1366,6 +1366,7 @@ class Domain(TimeStampedModel, DomainHelper):
def is_ipv6(self, ip: str): def is_ipv6(self, ip: str):
ip_addr = ipaddress.ip_address(ip) ip_addr = ipaddress.ip_address(ip)
return ip_addr.version == 6 return ip_addr.version == 6
def _fetch_hosts(self, host_data): def _fetch_hosts(self, host_data):
"""Fetch host info.""" """Fetch host info."""
hosts = [] hosts = []

View file

@ -680,7 +680,6 @@ class MockEppLib(TestCase):
"ns1.my-nameserver-2.com", "ns1.my-nameserver-2.com",
"ns1.cats-are-superior3.com", "ns1.cats-are-superior3.com",
], ],
) )
infoDomainNoHost = fakedEppObject( infoDomainNoHost = fakedEppObject(
"my-nameserver.gov", "my-nameserver.gov",