Skip to content

Commit

Permalink
chore: fix linter findings on grpc/metrics_exporter/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudssource authored and ocelotl committed Feb 13, 2024
1 parent 4f805cc commit a6343f6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ def __init__(
else compression
)

self._common_configuration(preferred_temporality, preferred_aggregation)
self._common_configuration(
preferred_temporality, preferred_aggregation
)

OTLPExporterMixin.__init__(
self,
Expand Down

0 comments on commit a6343f6

Please sign in to comment.