Skip to content

Commit 660aaa5

Browse files
committed
formatting
1 parent 33154c8 commit 660aaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/otlp-aws-span-exporter/otlp_aws_span_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(
7676
# the same except if the endpoint is an XRay OTLP endpoint, we will sign the request
7777
# with SigV4 in headers before sending it to the endpoint. Otherwise, we will skip signing.
7878
def _export(self, serialized_data: bytes):
79-
if(self._has_dependencies):
79+
if self._has_dependencies:
8080
request = self.boto_aws_request.AWSRequest(
8181
method="POST",
8282
url=self._endpoint,

0 commit comments

Comments
 (0)