Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewqian2001datadog committed Sep 10, 2024
1 parent b2dc3b2 commit 8fc12f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datadog/dogstatsd/buffered_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def __init__(self, name, value, tags, max_metric_samples=0, rate=1.0):
class DistributionMetric(BufferedMetric):
def __init__(self, name, value, tags, max_metric_samples=0, rate=1.0):
super(DistributionMetric, self).__init__(name, value, tags, MetricType.DISTRIBUTION, max_metric_samples, rate)



class TimingMetric(BufferedMetric):
Expand Down

0 comments on commit 8fc12f5

Please sign in to comment.