diff --git a/server/djrandom/frontend/latency.py b/server/djrandom/frontend/latency.py
index 3ae9f4b596327374c05b4c5cae7034ee250892a2..7cc3b2fa100c02fc6030ce392d433169d0c0baf0 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))