commit | d0a36cd3a7551a7a756a02d51fc85bc6beefb95b | [log] [tgz] |
---|---|---|
author | Aayush Gupta <aayushgupta219@gmail.com> | Sun Jul 26 07:19:19 2020 +0000 |
committer | rohan <purohit.rohan@gmail.com> | Wed Aug 12 06:00:41 2020 -0400 |
tree | 468784aeeee49f745f36b1c3617bffaded37fe71 | |
parent | e75c1dd91612f476849426a20e15c4cbeb0cd73f [diff] |
repopick: Address PEP8 warnings regarding indentations and variable naming - Format variables into snake case - Add spacing between # and text - Space after ',' - Test for membership with "not in" instead - Remove too many empty lines Ref: [0]: https://www.python.org/dev/peps/pep-0008/#function-and-variable-names [1]: https://www.python.org/dev/peps/pep-0008/#block-comments [2]: http://pep8online.com/ Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com> Change-Id: I16dedf465674056571782921983eb3ec4276a1f8