commit | 2f4522cb658f795f06d22e5c51f06e11d25d9ace | [log] [tgz] |
---|---|---|
author | Aayush Gupta <aayushgupta219@gmail.com> | Sun Jul 26 07:19:19 2020 +0000 |
committer | micky387 <mickaelsaibi@free.fr> | Mon Oct 07 16:32:01 2024 -0400 |
tree | 321759067aeff77bb781f37f69c58d53dd95339c | |
parent | 3ed4667926188b3941244f532b3dfac98679ba06 [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