Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thpierce committed Jun 10, 2024
1 parent e4b08da commit f251b34
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def patch_otlp_metric_exporter_mixin_common_configuration(
preferred_aggregation: Dict[type, ViewAggregation] = None,
) -> None:

# pylint: disable=unnecessary-dunder-call
MetricExporter.__init__(
self,
preferred_temporality=self._get_temporality(preferred_temporality),
Expand Down Expand Up @@ -250,6 +251,7 @@ def patch_http_grpc_metric_exporter_init(

self._common_configuration(preferred_temporality, preferred_aggregation)

# pylint: disable=unnecessary-dunder-call
OTLPExporterMixin.__init__(
self,
endpoint=endpoint or environ.get(OTEL_EXPORTER_OTLP_METRICS_ENDPOINT),
Expand Down

0 comments on commit f251b34

Please sign in to comment.