Skip to content

Commit 0812390

Browse files
committed
fixing merge conflicts
2 parents 55166ce + e76e16f commit 0812390

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/rooms/examples/eg007_create_form_group.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@ def worker(args):
2020
2. Create FormGroupForCreate object
2121
3. POST the form using SDK
2222
"""
23-
2423
# Create an API with headers
2524
#ds-snippet-start:Rooms7Step2
2625
api_client = create_rooms_api_client(access_token=args["access_token"])
2726
#ds-snippet-end:Rooms7Step2
28-
2927
# Create FormGroupForCreate object
3028
#ds-snippet-start:Rooms7Step3
3129
form = FormGroupForCreate(name=args["form_group_name"])
3230
#ds-snippet-end:Rooms7Step3
33-
3431
# Post the form object using SDK
3532
#ds-snippet-start:Rooms7Step4
3633
form_groups_api = FormGroupsApi(api_client)

0 commit comments

Comments
 (0)