summaryrefslogtreecommitdiffstats
path: root/module/network/Bucket.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/Bucket.py')
-rw-r--r--module/network/Bucket.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/Bucket.py b/module/network/Bucket.py
index add3861d6..727d28eb9 100644
--- a/module/network/Bucket.py
+++ b/module/network/Bucket.py
@@ -58,4 +58,3 @@ class Bucket:
delta = self.rate * (now - self.timestamp)
self.tokens = min(self.rate, self.tokens + delta)
self.timestamp = now
-