Skip to content

Commit 02e72f8

Browse files
committed
lint fix
1 parent d8010e4 commit 02e72f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/exporter/otlp/aws/logs/otlp_aws_logs_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class OTLPAwsLogExporter(OTLPLogExporter, OTLPBaseAwsExporter):
1919
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-OTLPEndpoint.html
2020
"""
2121

22-
# pylint: disable=too-many-positional-arguments
22+
# pylint: disable=too-many-arguments
2323
def __init__(
2424
self,
2525
endpoint: Optional[str] = None,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class OTLPAwsSpanExporter(OTLPSpanExporter, OTLPBaseAwsExporter):
1818
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-OTLPEndpoint.html
1919
"""
2020

21-
# pylint: disable=too-many-positional-arguments
21+
# pylint: disable=too-many-arguments
2222
def __init__(
2323
self,
2424
endpoint: Optional[str] = None,

0 commit comments

Comments
 (0)