Skip to content

Commit 9c38d2b

Browse files
author
Lucas McDonald
committed
sync
1 parent b53eff4 commit 9c38d2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DynamoDbEncryption/runtimes/python/test/integ/encrypted/test_client.py

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: Apache-2.0
33
import boto3
44
import pytest
5-
from boto3.dynamodb.types import TypeDeserializer, TypeSerializer
65

76
from aws_dbesdk_dynamodb.encrypted.client import EncryptedClient
87
from aws_dbesdk_dynamodb.encrypted.paginator import EncryptedPaginator
@@ -45,9 +44,6 @@
4544
)
4645
from . import sort_dynamodb_json_lists
4746

48-
serializer = TypeSerializer()
49-
deserializer = TypeDeserializer()
50-
5147

5248
# Creates a matrix of tests for each value in param,
5349
# with a user-friendly string for test output:

0 commit comments

Comments
 (0)