Skip to content

Commit 0c3d4ba

Browse files
committed
lint fix
1 parent fc7450f commit 0c3d4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,4 +897,4 @@ def _create_aws_otlp_exporter(endpoint: str, service: str, region: str):
897897
# pylint: disable=broad-exception-caught
898898
except Exception as errors:
899899
_logger.error("Failed to create AWS OTLP exporter: %s", errors)
900-
return None
900+
return None

0 commit comments

Comments
 (0)