Skip to content

Commit

Permalink
Lint the code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 6, 2024
1 parent edbcea7 commit c2d85c0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ def collect(
measurement.context,
),
)
metric_reader_storage.consume_measurement(measurement, should_sample_exemplar)
metric_reader_storage.consume_measurement(
measurement, should_sample_exemplar
)

result = self._reader_storages[metric_reader].collect()

Expand Down

0 comments on commit c2d85c0

Please sign in to comment.