kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

Fix base class of DescribeClientQuotasResponse_v0

Open ods opened this issue 4 years ago • 0 comments

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

ods avatar Dec 11 '21 18:12 ods