summaryrefslogtreecommitdiff
path: root/buildstream/_ostree.py
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-10 23:39:31 +0100
committerTristan Maat <tm@tlater.net>2019-01-02 14:29:19 +0100
commit0b972bf3bb5f71e4f880e902ef0f5dc2db800d61 (patch)
tree79361b8e214f694ceb34b944e064eb7d3a4845f9 /buildstream/_ostree.py
parent5dc15c78a1f3475d45d46d5977e669961c4839a4 (diff)
downloadbuildstream-jjardon/pycodestyle.tar.gz
Use pycodestyle instead of pep8jjardon/pycodestyle
pep8 package was renamed to pycodestyle to reduce confusion.
Diffstat (limited to 'buildstream/_ostree.py')
-rw-r--r--buildstream/_ostree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_ostree.py b/buildstream/_ostree.py
index 5a4039f2f..ab652d77c 100644
--- a/buildstream/_ostree.py
+++ b/buildstream/_ostree.py
@@ -34,7 +34,7 @@ from ._exceptions import BstError, ErrorDomain
# pylint: disable=wrong-import-position,wrong-import-order
gi.require_version('OSTree', '1.0')
-from gi.repository import GLib, Gio, OSTree # nopep8
+from gi.repository import GLib, Gio, OSTree # noqa
# For users of this file, they must expect (except) it.