File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -632,9 +632,8 @@ def _client_operation_logic(
632
632
# and need to be converted from DDB-JSON to a standard dictionary before returning the response.
633
633
if self ._expect_standard_dictionaries :
634
634
dbesdk_response = output_item_to_dict_transform_method (dbesdk_response )
635
-
636
- # Clean up the expression builder for the next operation
637
- self ._resource_to_client_shape_converter .expression_builder .reset ()
635
+ # Clean up the expression builder for the next operation
636
+ self ._resource_to_client_shape_converter .expression_builder .reset ()
638
637
639
638
return dbesdk_response
640
639
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def _paginate_request(
187
187
dbesdk_response = output_item_to_dict_transform_method (dbesdk_response )
188
188
189
189
yield dbesdk_response
190
-
190
+
191
191
# Clean up the expression builder for the next operation
192
192
self ._resource_to_client_shape_converter .expression_builder .reset ()
193
193
You can’t perform that action at this time.
0 commit comments