Skip to content

Commit

Permalink
Fix base class of DescribeClientQuotasResponse_v0 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Otkidach <denis.otkidach@gmail.com>
  • Loading branch information
wbarnha and ods committed Mar 10, 2024
1 parent c02df08 commit 65eacfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/protocol/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ class DeleteGroupsRequest_v1(Request):
]


class DescribeClientQuotasResponse_v0(Request):
class DescribeClientQuotasResponse_v0(Response):
API_KEY = 48
API_VERSION = 0
SCHEMA = Schema(
Expand Down

0 comments on commit 65eacfb

Please sign in to comment.