Skip to content

Commit 5d8d541

Browse files
author
tpalino
committed
Add missing import for ConsumerMetadataResponse
1 parent c019636 commit 5d8d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ProduceResponse, FetchResponse, OffsetAndMessage,
1414
BrokerMetadata, TopicMetadata, PartitionMetadata, TopicAndPartition,
1515
KafkaUnavailableError, UnsupportedCodecError, ConsumerFetchSizeTooSmall,
16-
ProtocolError
16+
ProtocolError, ConsumerMetadataResponse
1717
)
1818
from kafka.protocol import (
1919
ATTRIBUTE_CODEC_MASK, CODEC_NONE, CODEC_GZIP, CODEC_SNAPPY, KafkaProtocol,

0 commit comments

Comments
 (0)