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 d8156c7 commit ec63945Copy full SHA for ec63945
opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/client.py
@@ -62,7 +62,7 @@ def __init__(
62
timeout_millis: int = _DEFAULT_OPAMP_TIMEOUT_MS,
63
agent_identifying_attributes: Mapping[str, AnyValue],
64
agent_non_identifying_attributes: Mapping[str, AnyValue] | None = None,
65
- transport: HttpTransport = None,
+ transport: HttpTransport | None = None,
66
):
67
self._timeout_millis = timeout_millis
68
self._transport = (
0 commit comments