diff options
author | James Ennis <james.ennis@codethink.com> | 2018-02-14 17:26:27 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 17:31:06 +0000 |
commit | 9b4f54e1f8f1d064faaa51a5f480cb890892fb54 (patch) | |
tree | dfda24e235f26161cdb2a157117e06ec7ecd1ef6 /.pylintrc | |
parent | b11b48eadd3052d7e209ae7be8c513ca128099e3 (diff) | |
download | buildstream-9b4f54e1f8f1d064faaa51a5f480cb890892fb54.tar.gz |
pylint - dealt with import warnings
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -114,10 +114,6 @@ disable=##################################### logging-format-interpolation, - # We aren't fully compliant with pep8 import order yet - wrong-import-order, - wrong-import-position, - ungrouped-imports, unnecessary-pass, cyclic-import, |