-
- Downloads
follow pep8 None should be compared using is or is not
http://legacy.python.org/dev/peps/pep-0008/ ## Programming Recommendations - Comparisons to singletons like None should always be done with is or is not, never the equality operators. Author: Ken Takagiwa <ken@Kens-MacBook-Pro.local> Closes #1422 from giwa/apache_master and squashes the following commits: 7b361f3 [Ken Takagiwa] follow pep8 None should be checked using is or is not
Showing
- python/pyspark/cloudpickle.py 2 additions, 2 deletionspython/pyspark/cloudpickle.py
- python/pyspark/conf.py 2 additions, 2 deletionspython/pyspark/conf.py
- python/pyspark/rddsampler.py 1 addition, 1 deletionpython/pyspark/rddsampler.py
- python/pyspark/shell.py 2 additions, 2 deletionspython/pyspark/shell.py
Please register or sign in to comment