fixed a merge issue, and some code reformatting

This commit is contained in:
David Kennedy 2023-09-07 07:42:07 -04:00
parent e4922b8543
commit 0c1e8a2dda
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 1 additions and 5 deletions

View file

@ -212,10 +212,7 @@ class DomainAdmin(ListHeaderAdmin):
else:
self.message_user(
request,
(
"%s is ready. This domain is accessible on the public "
"internet."
)
("%s is ready. This domain is accessible on the public internet.")
% obj.name,
)
return HttpResponseRedirect(".")

View file

@ -15,7 +15,6 @@ from registrar.models import (
DomainInformation,
User,
DomainInvitation,
Domain,
)
from .common import (
completed_application,