diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-02-08 18:15:06 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-14 14:10:26 +0000 |
commit | 388c157008815abca3c4af46c3f732356f61af80 (patch) | |
tree | c8a6ec42b9b044e43ab4b7b1cf2f2fabbf584834 /buildstream/_fuse | |
parent | 6be2075746813e7bebb6ef1945b538a91ff91841 (diff) | |
download | buildstream-388c157008815abca3c4af46c3f732356f61af80.tar.gz |
fuse.py: skip file for linting
Diffstat (limited to 'buildstream/_fuse')
-rw-r--r-- | buildstream/_fuse/fuse.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildstream/_fuse/fuse.py b/buildstream/_fuse/fuse.py index 89173ba11..58febcba0 100644 --- a/buildstream/_fuse/fuse.py +++ b/buildstream/_fuse/fuse.py @@ -19,6 +19,8 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# pylint: skip-file + from __future__ import print_function, absolute_import, division from ctypes import * |