Skip to content

Commit 7614b45

Browse files
committed
remove eventstream mix in until we get proper support
1 parent 306961c commit 7614b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/smithy-aws-core/src/smithy_aws_core/aio

packages/smithy-aws-core/src/smithy_aws_core/aio/protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def error_identifier(self) -> HTTPErrorIdentifier:
229229
return self._error_identifier
230230

231231

232-
class _AWSJSONClientProtocol(_EventStreamClientProtocolMixin, HttpClientProtocol):
232+
class _AWSJSONClientProtocol(HttpClientProtocol):
233233
_error_identifier: Final = AWSErrorIdentifier()
234234
_http_trait: Final = HTTPTrait({"method": "POST", "uri": "/"})
235235

0 commit comments

Comments
 (0)