Skip to content

Commit 5ac2d75

Browse files
committed
skipping langgraph test file due to pylint recursion issue
1 parent a7b929a commit 5ac2d75

File tree

1 file changed

+1
-1
lines changed
  • aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test-opentelemetry-instrumentation-langchain-v2

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test-opentelemetry-instrumentation-langchain-v2/mock_langgraph_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# pylint: disable=no-self-use,protected-access,too-many-locals
4+
# pylint: skip-file
55

66
from typing import TypedDict
77
from unittest.mock import MagicMock, patch

0 commit comments

Comments
 (0)