File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
opamp/opentelemetry-opamp-client Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ # pylint: disable=no-name-in-module
16+
1517from __future__ import annotations
1618
1719import json
2325)
2426from opentelemetry ._opamp .proto import opamp_pb2
2527from opentelemetry ._opamp .proto .anyvalue_pb2 import (
26- AnyValue as PB2AnyValue , # pylint: disable=no-name-in-module
28+ AnyValue as PB2AnyValue ,
2729)
2830from opentelemetry ._opamp .proto .anyvalue_pb2 import (
29- KeyValue as PB2KeyValue , # pylint: disable=no-name-in-module
31+ KeyValue as PB2KeyValue ,
3032)
3133from opentelemetry .util .types import AnyValue
3234
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ # pylint: disable=no-name-in-module
16+
1517import json
1618from unittest import mock
1719
2527)
2628from opentelemetry ._opamp .proto import opamp_pb2
2729from opentelemetry ._opamp .proto .anyvalue_pb2 import (
28- AnyValue as PB2AnyValue , # pylint: disable=no-name-in-module
30+ AnyValue as PB2AnyValue ,
2931)
3032from opentelemetry ._opamp .proto .anyvalue_pb2 import (
31- KeyValue as PB2KeyValue , # pylint: disable=no-name-in-module
33+ KeyValue as PB2KeyValue ,
3234)
3335from opentelemetry ._opamp .transport .requests import RequestsTransport
3436from opentelemetry ._opamp .version import __version__
You can’t perform that action at this time.
0 commit comments