mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
added... a... single... space... for... lint
This commit is contained in:
parent
2f7cd9b6ba
commit
8604f51918
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue