Skip to content

Commit

Permalink
Remove unused variable from README example (@qzyse2017, #691)
Browse files Browse the repository at this point in the history
  • Loading branch information
prism4time committed Apr 7, 2020
1 parent edaef89 commit ab59950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -60,7 +60,7 @@ p.flush()
**High-level Consumer**

```python
from confluent_kafka import Consumer, KafkaError
from confluent_kafka import Consumer


c = Consumer({
Expand Down Expand Up @@ -148,7 +148,6 @@ avroProducer.flush()
**AvroConsumer**

```python
from confluent_kafka import KafkaError
from confluent_kafka.avro import AvroConsumer
from confluent_kafka.avro.serializer import SerializerError

Expand Down

0 comments on commit ab59950

Please sign in to comment.