Skip to content

Commit aad3a24

Browse files
committed
fixup infer fallback
1 parent a02a818 commit aad3a24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

kafka/protocol/broker_api_versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def infer_broker_version_from_api_versions(api_versions):
4949
if min_version <= proto_struct.API_VERSION <= max_version:
5050
return broker_version
5151

52-
# We know that ApiVersionsResponse is only supported in 0.10+
53-
# so if all else fails, choose that
54-
return (0, 10, 0)
52+
# We know that ApiVersionsResponse is only supported in 0.10+
53+
# so if all else fails, choose that
54+
return (0, 10, 0)
5555

5656

5757
# Fallback version checks for brokers that do not support ApiVersionsCheck

0 commit comments

Comments
 (0)