Skip to content

Commit 01e74f8

Browse files
committed
linting fix
1 parent 46d7586 commit 01e74f8

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.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _export(self, serialized_data: bytes):
9090
signer.add_auth(request)
9191
self._session.headers.update(dict(request.headers))
9292

93-
except Exception as signing_error: # pylint: disable=broad-except
93+
except Exception as signing_error: # pylint: disable=broad-except
9494
_logger.error("Failed to sign request: %s", signing_error)
9595

9696
else:

0 commit comments

Comments
 (0)