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 33154c8 commit 660aaa5Copy full SHA for 660aaa5
aws-opentelemetry-distro/src/amazon/opentelemetry/distro/otlp-aws-span-exporter/otlp_aws_span_exporter.py
@@ -76,7 +76,7 @@ def __init__(
76
# the same except if the endpoint is an XRay OTLP endpoint, we will sign the request
77
# with SigV4 in headers before sending it to the endpoint. Otherwise, we will skip signing.
78
def _export(self, serialized_data: bytes):
79
- if(self._has_dependencies):
+ if self._has_dependencies:
80
request = self.boto_aws_request.AWSRequest(
81
method="POST",
82
url=self._endpoint,
0 commit comments