We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd63b7 commit 0d013edCopy full SHA for 0d013ed
1 file changed
app/rooms/examples/eg009_assign_form_to_form_group/controller.py
@@ -65,13 +65,13 @@ def get_forms(args):
65
66
first_form_library_id = form_libraries.forms_library_summaries[0].forms_library_id
67
68
- # Step 3 end
69
-
70
# Get forms
71
form_library_forms = form_libraries_api.get_form_library_forms(
72
form_library_id=first_form_library_id, account_id=args["account_id"]
73
) # type: FormSummaryList
74
+
+ # Step 3 end
75
return form_library_forms.forms
76
77
@staticmethod
0 commit comments