Skip to content

Commit fb5b7ea

Browse files
committed
m
1 parent d278075 commit fb5b7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aws_encryption_sdk/internal/crypto/authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _set_signature_type(self):
4141
raise NotSupportedError("Unsupported signing algorithm info")
4242
except TypeError:
4343
raise NotSupportedError("Unsupported signing algorithm info")
44-
44+
4545
def _build_hasher(self):
4646
"""Builds the hasher instance which will calculate the digest of all passed data.
4747

0 commit comments

Comments
 (0)