formatted for linter

This commit is contained in:
David Kennedy 2023-11-14 16:35:27 -05:00
parent 624871de2d
commit 99083fff3f
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -99,7 +99,8 @@ class NameserverError(Exception):
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.BAD_DATA: (
"Theres something wrong with the name server information you provided. If you need help email us at help@get.gov."
"Theres something wrong with the name server information you provided. "
"If you need help email us at help@get.gov."
),
}