Skip to content

Commit

Permalink
Fix base class of DescribeClientQuotasResponse_v0 (#2465)
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Otkidach <[email protected]>
  • Loading branch information
dpkp and ods authored Feb 10, 2025
1 parent 3b0216c commit 411e62f
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 411e62f

Please sign in to comment.