We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945e6c commit 8f7f215Copy full SHA for 8f7f215
src/aws_encryption_sdk/streaming_client.py
@@ -767,7 +767,7 @@ def body_end(self):
767
768
def _prep_non_framed(self):
769
"""Prepare the opening data for a non-framed message."""
770
- self._unframed_body_iv, self.body_length = aws_encryption_sdk.internal.formatting.deserialize.deserialize_non_framed_values(
+ self._unframed_body_iv, self.body_length = aws_encryption_sdk.internal.formatting.deserialize.deserialize_non_framed_values( # noqa # pylint: disable=line-too-long
771
stream=self.source_stream, header=self._header, verifier=self.verifier
772
)
773
0 commit comments