File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TestVectors/runtimes/python/src/aws_encryption_sdk_test_vectors/internaldafny/extern Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
import smithy_dafny_standard_library .internaldafny .generated .Wrappers as Wrappers
3
3
import aws_encryption_sdk .smithygenerated .aws_cryptography_encryptionsdk .client
4
4
import aws_encryption_sdk .smithygenerated .aws_cryptography_encryptionsdk .config
5
- import aws_encryption_sdk .internaldafny .generated .EncryptionSdk as EncryptionSdk
5
+ import aws_encryption_sdk .internaldafny .generated .ESDK as ESDK
6
6
import aws_encryption_sdk_test_vectors .smithygenerated .aws_cryptography_encryptionsdk .shim as shim
7
7
8
8
class default__ (WrappedESDK .default__ ):
9
9
10
10
@staticmethod
11
11
def WrappedESDK (config ):
12
12
smithy_client = aws_encryption_sdk .smithygenerated .aws_cryptography_encryptionsdk .client .AwsEncryptionSdk (
13
- dafny_client = EncryptionSdk .default__ .ESDK (config ).value
13
+ dafny_client = ESDK .default__ .ESDK (config ).value
14
14
)
15
15
wrapped_client = shim .ESDKShim (smithy_client )
16
16
return Wrappers .Result_Success (wrapped_client )
You can’t perform that action at this time.
0 commit comments