added... a... single... space... for... lint

This commit is contained in:
Jon Roberts 2023-04-10 15:03:38 -06:00
parent 2f7cd9b6ba
commit 8604f51918
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -479,7 +479,7 @@ class Finished(ApplicationWizard):
class ApplicationStatus(generic.DetailView):
model = DomainApplication
template_name = "application_status.html"
forms = [] # type: ignore
forms = [] # type: ignore
def get_context_data(self, **kwargs):
context = super(ApplicationStatus, self).get_context_data(**kwargs)