style: remove extra brackets

This commit is contained in:
Vetoshkin Nikita
2013-10-03 18:09:47 +04:00
committed by David Arthur
parent 3a56dfd624
commit a6b314d963

View File

@@ -397,7 +397,7 @@ class KafkaProtocol(object):
topic_metadata[topic_name] = partition_metadata
return (brokers, topic_metadata)
return brokers, topic_metadata
@classmethod
def encode_offset_commit_request(cls, client_id, correlation_id,