formatted for linter

This commit is contained in:
David Kennedy 2024-05-15 17:15:04 -04:00
parent fef606c1dc
commit bbceee1dc0
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
6 changed files with 13 additions and 15 deletions

View file

@ -394,7 +394,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
"is_federal": self.domain_request.is_federal(),
"modal_button": modal_button,
"modal_heading": modal_heading,
"has_profile_feature_flag": flag_is_active(self.request, "profile_feature")
"has_profile_feature_flag": flag_is_active(self.request, "profile_feature"),
}
def get_step_list(self) -> list: