From 878b22232efaab40701e7d12c70fcc52e7bd829c Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:02:49 -0600 Subject: [PATCH] Update domain_request.py --- src/registrar/views/domain_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/views/domain_request.py b/src/registrar/views/domain_request.py index 37894151a..9ae288bd2 100644 --- a/src/registrar/views/domain_request.py +++ b/src/registrar/views/domain_request.py @@ -96,7 +96,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView): Step.ABOUT_YOUR_ORGANIZATION: lambda w: w.from_model("show_about_your_organization", False), } - PORTFOLIO_WIZARD_CONDITIONS = {} + PORTFOLIO_WIZARD_CONDITIONS = {} # type: ignore # endregion # region: Unlocking steps