diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 17:42:18 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 17:31:06 +0000 |
commit | 432ddffdcb917e2b5a70b2cce0459be1b5881ad1 (patch) | |
tree | d62670fb6adecc495ac4b218130eb1e2e1b53d6f /.pylintrc | |
parent | 9b4f54e1f8f1d064faaa51a5f480cb890892fb54 (diff) | |
download | buildstream-432ddffdcb917e2b5a70b2cce0459be1b5881ad1.tar.gz |
pylint - dealt with unnecessary-pass warning
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -114,7 +114,6 @@ disable=##################################### logging-format-interpolation, - unnecessary-pass, cyclic-import, # These are hard to spot without linting, but easy to fix |