From 124586edca8ed311adbec93dfa14001009839442 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 30 Oct 2011 15:34:17 +0000
Subject: [PATCH] fix

---
 server/djrandom/frontend/latency.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/djrandom/frontend/latency.py b/server/djrandom/frontend/latency.py
index 3ae9f4b..7cc3b2f 100644
--- a/server/djrandom/frontend/latency.py
+++ b/server/djrandom/frontend/latency.py
@@ -9,8 +9,6 @@ DEFAULT_BUCKETS = [
     100, 200, 500,
     ]
 
-N_BUCKETS = len(LATENCY_BUCKETS) + 1
-
 
 def _percent(counts):
     tot = float(sum(counts))
-- 
GitLab