Skip to content

Commit c4e374f

Browse files
committed
remove unused imports
1 parent 237f7a3 commit c4e374f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/serialization/avro/avro-cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# limitations under the License.
1616
#
1717

18-
import sys
1918
import argparse
2019

2120
from six.moves import input
@@ -117,7 +116,7 @@ def produce(args):
117116

118117
def consume(args):
119118
from confluent_kafka.avro import AvroConsumer
120-
from confluent_kafka import KafkaError, TopicPartition
119+
from confluent_kafka import KafkaError
121120
from confluent_kafka.avro.serializer import SerializerError
122121

123122
topic = args.topic

0 commit comments

Comments
 (0)