Skip to content

Commit b05f4ff

Browse files
wbarnhaods
authored andcommitted
Fix base class of DescribeClientQuotasResponse_v0 (dpkp#144)
Co-authored-by: Denis Otkidach <[email protected]>
1 parent aee601d commit b05f4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/protocol/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ class DeleteGroupsRequest_v1(Request):
925925
]
926926

927927

928-
class DescribeClientQuotasResponse_v0(Request):
928+
class DescribeClientQuotasResponse_v0(Response):
929929
API_KEY = 48
930930
API_VERSION = 0
931931
SCHEMA = Schema(

0 commit comments

Comments
 (0)