Merge "Enable assignment-from-no-return pylint check"

This commit is contained in:
Jenkins 2014-11-11 03:31:19 +00:00 committed by Gerrit Code Review
commit 6c40312d7c
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ disable=
locally-disabled,
# "E" Error for important programming issues (likely bugs)
access-member-before-definition,
assignment-from-no-return,
bad-except-order,
bad-super-call,
maybe-no-member,