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 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ # pylint: disable=no-name-in-module
16
+
15
17
from __future__ import annotations
16
18
17
19
import json
23
25
)
24
26
from opentelemetry ._opamp .proto import opamp_pb2
25
27
from opentelemetry ._opamp .proto .anyvalue_pb2 import (
26
- AnyValue as PB2AnyValue , # pylint: disable=no-name-in-module
28
+ AnyValue as PB2AnyValue ,
27
29
)
28
30
from opentelemetry ._opamp .proto .anyvalue_pb2 import (
29
- KeyValue as PB2KeyValue , # pylint: disable=no-name-in-module
31
+ KeyValue as PB2KeyValue ,
30
32
)
31
33
from opentelemetry .util .types import AnyValue
32
34
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ # pylint: disable=no-name-in-module
16
+
15
17
import json
16
18
from unittest import mock
17
19
25
27
)
26
28
from opentelemetry ._opamp .proto import opamp_pb2
27
29
from opentelemetry ._opamp .proto .anyvalue_pb2 import (
28
- AnyValue as PB2AnyValue , # pylint: disable=no-name-in-module
30
+ AnyValue as PB2AnyValue ,
29
31
)
30
32
from opentelemetry ._opamp .proto .anyvalue_pb2 import (
31
- KeyValue as PB2KeyValue , # pylint: disable=no-name-in-module
33
+ KeyValue as PB2KeyValue ,
32
34
)
33
35
from opentelemetry ._opamp .transport .requests import RequestsTransport
34
36
from opentelemetry ._opamp .version import __version__
You can’t perform that action at this time.
0 commit comments