Skip to content

Commit d501f40

Browse files
author
Lucas McDonald
committed
m
1 parent 29ccb72 commit d501f40

File tree

1 file changed

+1
-1
lines changed
  • DynamoDbEncryption/runtimes/python/test/integ/encrypted

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
INTEG_TEST_DEFAULT_DYNAMODB_TABLE_NAME,
1414
INTEG_TEST_DEFAULT_TABLE_CONFIGS,
1515
)
16-
from ...items import complex_item_dict, simple_item_dict, simple_key_dict, complex_key_dict
16+
from ...items import complex_item_dict, complex_key_dict, simple_item_dict, simple_key_dict
1717
from ...requests import (
1818
basic_delete_item_request_dict,
1919
basic_get_item_request_dict,

0 commit comments

Comments
 (0)