Skip to content

Expose ConsumerRebalanceListener in __all__ #1591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 27, 2018

Conversation

ben-harack
Copy link
Contributor

@ben-harack ben-harack commented Sep 20, 2018

This solves a warning in linters like PyCharm, which warns that a line like:

from kafka import ConsumerRebalanceListener

is actually accessing a protected member of a class or module. Adding it to __all__ should solve this.


This change is Reviewable

This solves a warning in linters like PyCharm, which warns that a line like:
from kafka import ConsumerRebalanceListener
is actually accessing a protected member of a class or module. Adding it to __all__ should solve this.
@jeffwidman jeffwidman merged commit 5825c67 into dpkp:master Sep 27, 2018
@jeffwidman
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants