Skip to content

Commit b19f1ff

Browse files
committed
deleted unnecessary changes
1 parent de92f0f commit b19f1ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modules/metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ class Metrics(enum.Enum):
3030
prometheus_client.Summary,
3131
)
3232

33-
def exponential_buckets(start, factor, count):
34-
return [start * (factor ** i) for i in range(count)]
3533
DOWNLOAD_RATE = (
3634
"download_rate",
3735
"The rate of downloading videos in bytes per seconds",

0 commit comments

Comments
 (0)