Skip to content

Commit c6a0076

Browse files
committed
Trying to fix indentation issue breaking Python linter
1 parent 728fa23 commit c6a0076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/rooms/examples/eg006_create_external_form_fill_session.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ def worker(args):
8686
api_client = create_rooms_api_client(access_token=args["access_token"])
8787

8888
request_body=ExternalFormFillSessionForCreate(
89-
room_id=args['room_id'],
90-
form_id=args['form_id'],
91-
x_frame_allowed_url = args['x_frame_allowed_url']
92-
)
89+
room_id=args['room_id'],
90+
form_id=args['form_id'],
91+
x_frame_allowed_url = args['x_frame_allowed_url']
92+
)
9393

9494
# Step 2. Create an external form fill session
9595
form_fill_session_api = ExternalFormFillSessionsApi(api_client)

0 commit comments

Comments
 (0)