commit | 20e6e58d41e0684fa5702ff93718276d427efbdd | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Dec 19 10:21:23 2016 -0800 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Mon Dec 19 10:21:23 2016 -0800 |
tree | 0c36262d17e093dbd87e511817e7127d55596a0a | |
parent | 159077fd2cd3169a9cca44c7edc654cd4d265c58 [diff] [blame] |
Fix a few lint errors
diff --git a/scripts/run_pylint.py b/scripts/run_pylint.py index b06a98c..e9ac7ec 100644 --- a/scripts/run_pylint.py +++ b/scripts/run_pylint.py
@@ -43,6 +43,7 @@ 'protected-access', 'redefined-variable-type', 'similarities', + 'no-else-return', ], }, }