summaryrefslogtreecommitdiff
path: root/kafka/consumer/fetcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/consumer/fetcher.py')
-rw-r--r--kafka/consumer/fetcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/fetcher.py b/kafka/consumer/fetcher.py
index 8f25561..1593018 100644
--- a/kafka/consumer/fetcher.py
+++ b/kafka/consumer/fetcher.py
@@ -377,7 +377,7 @@ class Fetcher(six.Iterator):
# fetch multiple partitions in bulk when they are on the same broker
self.init_fetches()
- def __iter__(self):
+ def __iter__(self): # pylint: disable=non-iterator-returned
return self
def __next__(self):