Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Fix base class of DescribeClientQuotasResponse_v0 #144

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

wbarnha
Copy link
Collaborator

@wbarnha wbarnha commented Mar 8, 2024

Wrong base class causes error when checking code with mypy:

kafka/protocol/admin.py:928: error: Class kafka.protocol.admin.DescribeClientQuotasResponse_v0 has abstract attributes "RESPONSE_TYPE"
kafka/protocol/admin.py:928: note: If it is meant to be abstract, add 'abc.ABCMeta' as an explicit metaclass

This change is Reviewable

@wbarnha wbarnha merged commit 65eacfb into kafka-python-ng:master Mar 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants