We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02a818 commit aad3a24Copy full SHA for aad3a24
1 file changed
kafka/protocol/broker_api_versions.py
@@ -49,9 +49,9 @@ def infer_broker_version_from_api_versions(api_versions):
49
if min_version <= proto_struct.API_VERSION <= max_version:
50
return broker_version
51
52
- # We know that ApiVersionsResponse is only supported in 0.10+
53
- # so if all else fails, choose that
54
- return (0, 10, 0)
+ # We know that ApiVersionsResponse is only supported in 0.10+
+ # so if all else fails, choose that
+ return (0, 10, 0)
55
56
57
# Fallback version checks for brokers that do not support ApiVersionsCheck
0 commit comments