mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Tweaks for better PR
This commit is contained in:
parent
315e8ff0c5
commit
ae2527f0ec
4 changed files with 36 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue