Skip to content

Commit

Permalink
chore: fix linter findings on http/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 a6343f6 commit f8b03e3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ def __init__(
{"Content-Encoding": self._compression.value}
)

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

def _export(self, serialized_data: str):
data = serialized_data
Expand Down

0 comments on commit f8b03e3

Please sign in to comment.