Skip to content

Commit a6b314d

Browse files
Vetoshkin Nikitamumrah
authored andcommitted
style: remove extra brackets
1 parent 3a56dfd commit a6b314d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def decode_metadata_response(cls, data):
397397

398398
topic_metadata[topic_name] = partition_metadata
399399

400-
return (brokers, topic_metadata)
400+
return brokers, topic_metadata
401401

402402
@classmethod
403403
def encode_offset_commit_request(cls, client_id, correlation_id,

0 commit comments

Comments
 (0)