summaryrefslogtreecommitdiff
path: root/kafka/consumer/group.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/consumer/group.py')
-rw-r--r--kafka/consumer/group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py
index fe94d86..0293b4c 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -634,7 +634,7 @@ class KafkaConsumer(six.Iterator):
if time.time() > timeout:
break
- def __iter__(self):
+ def __iter__(self): # pylint: disable=non-iterator-returned
return self
def __next__(self):