diff options
Diffstat (limited to 'kafka/consumer/simple.py')
-rw-r--r-- | kafka/consumer/simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/simple.py b/kafka/consumer/simple.py index aad229a..7c63246 100644 --- a/kafka/consumer/simple.py +++ b/kafka/consumer/simple.py @@ -166,7 +166,7 @@ class SimpleConsumer(Consumer): # Otherwise we should re-raise the upstream exception # b/c it typically includes additional data about # the request that triggered it, and we do not want to drop that - raise + raise # pylint: disable-msg=E0704 # send_offset_request log.info('Resetting topic-partition offset to %s for %s:%d', |