style: remove extra brackets
This commit is contained in:
committed by
David Arthur
parent
3a56dfd624
commit
a6b314d963
@@ -397,7 +397,7 @@ class KafkaProtocol(object):
|
|||||||
|
|
||||||
topic_metadata[topic_name] = partition_metadata
|
topic_metadata[topic_name] = partition_metadata
|
||||||
|
|
||||||
return (brokers, topic_metadata)
|
return brokers, topic_metadata
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def encode_offset_commit_request(cls, client_id, correlation_id,
|
def encode_offset_commit_request(cls, client_id, correlation_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user