mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Linting
This commit is contained in:
parent
007ff23587
commit
f0e9cd1fec
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
return help_texts.get(state, "")
|
||||
|
||||
@classmethod
|
||||
def get_admin_help_text(cls, state) -> str:
|
||||
def get_admin_help_text(cls, state):
|
||||
"""Returns a help message for a desired state for /admin. If none is found, an empty string is returned"""
|
||||
admin_help_texts = {
|
||||
# For now, unknown has the same message as DNS_NEEDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue