summaryrefslogtreecommitdiff
path: root/kafka/metrics/quota.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/metrics/quota.py')
-rw-r--r--kafka/metrics/quota.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kafka/metrics/quota.py b/kafka/metrics/quota.py
index 0410e37..4d1b0d6 100644
--- a/kafka/metrics/quota.py
+++ b/kafka/metrics/quota.py
@@ -1,3 +1,6 @@
+from __future__ import absolute_import
+
+
class Quota(object):
"""An upper or lower bound for metrics"""
def __init__(self, bound, is_upper):