diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-04-18 23:34:54 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-04-19 10:39:38 -0700 |
commit | bc947ada758e748468a9196cf871a4d5049ce419 (patch) | |
tree | ebb86ae05057517a69f82fe918209ca30e4b9e9e /.pylintrc-tests | |
parent | 4c87620da222bb9d145ada811e64dc5978be9982 (diff) |
Eliminate unnecessary-lambda suppression
Diffstat (limited to '.pylintrc-tests')
-rw-r--r-- | .pylintrc-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc-tests b/.pylintrc-tests index 2bcfb9e1ed..e80d85eaf7 100644 --- a/.pylintrc-tests +++ b/.pylintrc-tests @@ -50,7 +50,6 @@ disable= too-many-return-statements, too-many-statements, function-redefined, - unnecessary-lambda, wildcard-import, line-too-long, wrong-import-position, |