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):
ip_addr = ipaddress.ip_address(ip)
return ip_addr.version == 6
def _fetch_hosts(self, host_data):
"""Fetch host info."""
hosts = []