Skip to content

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