False positive in 2.7.0: kazoo unpacking-non-sequence #4137
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Lib specific 💅
This affect the code from a particular library
Needs investigation 🔬
A bug or crash where it's not immediately obvious what is happenning
Regression
Steps to reproduce
pt1.py
pt.py
pylint pt1.py pt.py
Current behavior
Pylint errors out with
************* Module pt pt.py:7:0: E0633: Attempting to unpack a non-sequence defined at line 28 of kazoo.handlers.utils (unpacking-non-sequence)
Expected behavior
Pylint does not error out as it was doing before v2.7.0 .
kazoo.client.KazooClient.get
should return a tuple or raise an exception as per their docspylint --version output
The text was updated successfully, but these errors were encountered: