Skip to content

Commit 89e6020

Browse files
author
Lucas McDonald
committed
m
1 parent 1510ef6 commit 89e6020

File tree

1 file changed

+6
-1
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb

1 file changed

+6
-1
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
# Disable sorting imports; this order initializes code in the required order
5+
# (generated Dafny, then externs)
6+
# ruff: noqa: I
47
# Initialize generated Dafny
8+
from .internaldafny.generated import module_
9+
510
# Initialize externs
11+
# noqa: F401, F403
612
from .internaldafny import extern
7-
from .internaldafny.generated import module_
813

914
"""
1015
boto3 uses Python's decimal library to deserialize numbers retrieved by resources

0 commit comments

Comments
 (0)