mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Ran formatter
This commit is contained in:
parent
6289b982f6
commit
8b17d184eb
2 changed files with 3 additions and 3 deletions
|
@ -1366,6 +1366,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
def is_ipv6(self, ip: str):
|
||||
ip_addr = ipaddress.ip_address(ip)
|
||||
return ip_addr.version == 6
|
||||
|
||||
def _fetch_hosts(self, host_data):
|
||||
"""Fetch host info."""
|
||||
hosts = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue