Divij Vaidya created KAFKA-15155:
------------------------------------
Summary: Follow PEP 8 best practice in Python to check if a
container is empty
Key: KAFKA-15155
URL: https://issues.apache.org/jira/browse/KAFKA-15155
Project: Kafka
Issue Type: Improvement
Reporter: Divij Vaidya
*This is a good task for first time contributors to Kafka*
At release.py Line:94, we don't follow PEP 8 [1] best practices.
To check if a container or sequence (string, list, tuple) is empty, use if not
val. Do not compare its length using if len(val) == 0
[1]
https://peps.python.org/pep-0008/#programming-recommendations#:~:text=if%20not%20seq
--
This message was sent by Atlassian Jira
(v8.20.10#820010)