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 febe6db commit dc8abcaCopy full SHA for dc8abca
src/aws_encryption_sdk/streaming_client.py
@@ -954,10 +954,8 @@ def _prep_message(self):
954
self._prep_non_framed()
955
self._message_prepped = True
956
957
- # TODO-MPL: Refactor this function, remove these linter disablers
958
- # noqa: C901
959
- # pylint: disable=too-many-branches
960
- def _read_header(self):
+ # TODO-MPL: Refactor this function, remove linter disablers
+ def _read_header(self): # noqa pylint: disable=too-many-branches
961
"""Reads the message header from the input stream.
962
963
:returns: tuple containing deserialized header and header_auth objects
0 commit comments