commit | 55ad60edf0dc770e15b6f9b432f05fba25e31f2d | [log] [tgz] |
---|---|---|
author | Iustin Pop <iustin@google.com> | Wed Jun 15 07:18:39 2016 +0200 |
committer | Brian Foley <bpfoley@google.com> | Tue Jun 21 15:29:56 2016 +0100 |
tree | d77f607158a8ecd2f916f952135c8bfdb1000a0f | |
parent | bd7239a0786dd14baf5fa2c453f1bbe1a4d179bf [diff] |
Cleanup more pylint/pep8/apidoc errors Hopefully this makes stable-2.15 clean and able to pass a buildbot run. The changes should all be self-explanatory, except test/mocks.py one: there were more unused arguments, so I added a silence for that at class level, and removed the '_' on _ec_id since it was superfluous now. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Brian Foley <bpfoley@google.com>