Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Feb 18, 2025
1 parent 8efe836 commit 1c688e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ApprovalTypeView(F680ApplicationSectionWizard):
section = "approval_type"
section_label = "Approval type"


def is_foreign_tech_or_information_shared(wizard):
cleaned_data = wizard.get_cleaned_data_for_step(FormSteps.PRODUCT_FOREIGN_TECHNOLOGY_OR_INFORMATION_SHARED) or {}
return cleaned_data.get("is_foreign_tech_or_information_shared", False)
Expand Down

0 comments on commit 1c688e3

Please sign in to comment.