mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
formatted for linter
This commit is contained in:
parent
624871de2d
commit
99083fff3f
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ class NameserverError(Exception):
|
||||||
NameserverErrorCodes.MISSING_HOST: ("Name server must be provided to enter IP address."),
|
NameserverErrorCodes.MISSING_HOST: ("Name server must be provided to enter IP address."),
|
||||||
NameserverErrorCodes.INVALID_HOST: ("Enter a name server in the required format, like ns1.example.com"),
|
NameserverErrorCodes.INVALID_HOST: ("Enter a name server in the required format, like ns1.example.com"),
|
||||||
NameserverErrorCodes.BAD_DATA: (
|
NameserverErrorCodes.BAD_DATA: (
|
||||||
"There’s something wrong with the name server information you provided. If you need help email us at help@get.gov."
|
"There’s something wrong with the name server information you provided. "
|
||||||
|
"If you need help email us at help@get.gov."
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue