Skip to content

Commit 2d9ef64

Browse files
committed
No need for too-many-statements disable
1 parent d4a28cd commit 2d9ef64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_bedrock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ def test_converse_stream_tool_call_parsing_errors(
888888
bedrock_runtime_client,
889889
instrument_with_content,
890890
):
891-
# pylint:disable=too-many-locals,too-many-statements
891+
# pylint:disable=too-many-locals
892892
messages = [
893893
{
894894
"role": "user",

0 commit comments

Comments
 (0)