From cf8c034b895839236247217ff8f8980bf28d63da Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Mon, 19 Jun 2017 17:18:59 -0700 Subject: Cleanup protocol change comments --- kafka/protocol/fetch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kafka/protocol/fetch.py') diff --git a/kafka/protocol/fetch.py b/kafka/protocol/fetch.py index 6a61300..359f197 100644 --- a/kafka/protocol/fetch.py +++ b/kafka/protocol/fetch.py @@ -135,7 +135,7 @@ class FetchRequest_v3(Request): class FetchRequest_v4(Request): - """Adds isolation_level field""" + # Adds isolation_level field API_KEY = 1 API_VERSION = 4 RESPONSE_TYPE = FetchResponse_v4 @@ -155,7 +155,7 @@ class FetchRequest_v4(Request): class FetchRequest_v5(Request): - """This may only be used in broker-broker api calls""" + # This may only be used in broker-broker api calls API_KEY = 1 API_VERSION = 5 RESPONSE_TYPE = FetchResponse_v5 -- cgit v1.2.1