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 5e8881d commit 93a3526Copy full SHA for 93a3526
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_instrumentation_patch.py
@@ -1,5 +1,6 @@
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
+# pylint: disable=too-many-lines
4
import os
5
from importlib.metadata import PackageNotFoundError
6
from typing import Any, Dict
@@ -678,8 +679,7 @@ def _test_process_anthropic_claude_chunk(
678
679
except TypeError:
680
if expect_exception:
681
return
- else:
682
- raise
+ raise
683
684
# Verify the message content
685
self.assertEqual(len(wrapper._message["content"]), 1)
0 commit comments