Fix pylint warnings in update_device.py
We weren't actually using our own pylintrc file in repo upload hook, which will be fixed by https://android-review.googlesource.com/#/c/platform/tools/repohooks/+/458996/ Even though both camel case and snake case are allowed for function and method names, they still have to be consistent in a single file. https://pylint.readthedocs.io/en/latest/user_guide/options.html#multiple-naming-styles Bug: 27316596 Test: repo upload Change-Id: I98adba957a547115ef3d8b00fe2e3e4931707b31
Loading
Please sign in to comment