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: else:
self.message_user( self.message_user(
request, 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, % obj.name,
) )
return HttpResponseRedirect(".") return HttpResponseRedirect(".")

View file

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