Tweaks for better PR

This commit is contained in:
Neil Martinsen-Burrell 2023-05-05 11:16:31 -05:00
parent 315e8ff0c5
commit ae2527f0ec
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
4 changed files with 36 additions and 6 deletions

View file

@ -218,7 +218,7 @@ class Domain(TimeStampedModel):
def __str__(self) -> str:
return self.name
def nameservers(self):
def nameservers(self) -> List[str]:
"""A list of the nameservers for this domain.
TODO: call EPP to get this info instead of returning fake data.