File tree 1 file changed +0
-16
lines changed
src/dynamodb_encryption_sdk/material_providers
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -89,22 +89,6 @@ def __init__(
89
89
self ._material_description = material_description
90
90
attr .validate (self )
91
91
92
- def __init__ (
93
- self ,
94
- signing_key , # type: DelegatedKey
95
- wrapping_key = None , # type: Optional[DelegatedKey]
96
- unwrapping_key = None # type: Optional[DelegatedKey]
97
- ):
98
- # type: (...) -> None
99
- """Workaround pending resolution of attrs/mypy interaction.
100
- https://github.com/python/mypy/issues/2088
101
- https://github.com/python-attrs/attrs/issues/215
102
- """
103
- self ._signing_key = signing_key
104
- self ._wrapping_key = wrapping_key
105
- self ._unwrapping_key = unwrapping_key
106
- attr .validate (self )
107
-
108
92
def _build_materials (self , encryption_context ):
109
93
# type: (EncryptionContext) -> WrappedCryptographicMaterials
110
94
"""Construct
You can’t perform that action at this time.
0 commit comments