Skip to content

Commit dc8abca

Browse files
cleanup
1 parent febe6db commit dc8abca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/aws_encryption_sdk/streaming_client.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -954,10 +954,8 @@ def _prep_message(self):
954954
self._prep_non_framed()
955955
self._message_prepped = True
956956

957-
# TODO-MPL: Refactor this function, remove these linter disablers
958-
# noqa: C901
959-
# pylint: disable=too-many-branches
960-
def _read_header(self):
957+
# TODO-MPL: Refactor this function, remove linter disablers
958+
def _read_header(self): # noqa pylint: disable=too-many-branches
961959
"""Reads the message header from the input stream.
962960
963961
:returns: tuple containing deserialized header and header_auth objects

0 commit comments

Comments
 (0)