Skip to content

Commit c5ff19e

Browse files
author
Lucas McDonald
committed
sync
1 parent cdc70cb commit c5ff19e

File tree

1 file changed

+3
-0
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted

1 file changed

+3
-0
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/paginator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ def _paginate_request(
188188

189189
yield dbesdk_response
190190

191+
# Clean up the expression builder for the next operation
192+
self._resource_to_client_shape_converter.expression_builder.reset()
193+
191194
@property
192195
def _boto_client_attr_name(self) -> str:
193196
"""

0 commit comments

Comments
 (0)