Skip to content

Commit fb7f6c8

Browse files
committed
linting fix
1 parent 9f84183 commit fb7f6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def _customize_log_record_processor(logger_provider: LoggerProvider, log_exporte
421421
return
422422

423423
if is_agent_observability_enabled():
424+
# pylint: disable=import-outside-toplevel
424425
from amazon.opentelemetry.distro.exporter.otlp.aws.logs._aws_cw_otlp_batch_log_record_processor import (
425426
AwsCloudWatchOtlpBatchLogRecordProcessor,
426427
)

0 commit comments

Comments
 (0)