Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Sep 10, 2024
1 parent 639e12a commit dcbc8c1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ def _process_turn_results(self, context: TurnContext) -> InvokeResponse:
if context.activity.delivery_mode == DeliveryModes.expect_replies:
return InvokeResponse(
status=HTTPStatus.OK,
body=ExpectedReplies(activities=context.buffered_reply_activities).serialize(),
body=ExpectedReplies(
activities=context.buffered_reply_activities
).serialize(),
)

# Handle Invoke scenarios where the bot will return a specific body and return code.
Expand Down

0 comments on commit dcbc8c1

Please sign in to comment.