Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Feb 7, 2024
1 parent 22b2b94 commit d99a87b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ def collect(
max=self._previous_max,
)

return None


# pylint: disable=protected-access
class _ExponentialBucketHistogramAggregation(_Aggregation[HistogramPoint]):
Expand Down

0 comments on commit d99a87b

Please sign in to comment.